-
-
Notifications
You must be signed in to change notification settings - Fork 630
[BUG] Assertion failed #531
Description
Describe the bug
yesterday I tried to install apps on my iphone and it worked. Today I tried the exact same but encounterd this issue
Assertion failed: (versionMapPtr), file Dyld.m, line 265.
Call stack: (
0 CoreFoundation 0x000000018693df34 F0207ED8-4FAD-3D5F-83CC-E3827289D1F1 + 1113908
1 libobjc.A.dylib 0x00000001840c9d8c objc_exception_throw + 72
2 CoreFoundation 0x0000000186999254 F0207ED8-4FAD-3D5F-83CC-E3827289D1F1 + 1487444
3 LiveContainerShared 0x00000001009e0ef4 __assert_rtn + 56
4 LiveContainerShared 0x00000001009e0e1c initGuestSDKVersionInfo.cold.2 + 0
5 LiveContainerShared 0x00000001009de888 do_hook_loadableIntoProcess + 0
6 LiveContainerShared 0x00000001009de9e4 DyldHooksInit + 220
7 LiveContainerShared 0x00000001009dd100 invokeAppMain + 4988
8 LiveContainerShared 0x00000001009db710 LiveContainerMain + 1900
9 dyld 0x00000001aaffd96c 82E3AC27-67CD-3206-AC76-83924297811D + 219500
)
Instructions to reproduce
I followed the tutorial here on Github on the jitless mode and tried to install uYouplus a youtube free ad ipa but it gave me this error, although I had no problems installing it on my iphone yesterday.
thanks for help in advance.
What version of LiveContainer are you using?
3.4.0 main/703e054
Other info
No response