mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-26 01:25:52 +03:00
[GH-ISSUE #531] [BUG] Assertion failed #482
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#482
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SMAEX1 on GitHub (May 26, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/531
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
@hugeBlack commented on GitHub (May 26, 2025):
What's your iOS version? What's your device?
@SMAEX1 commented on GitHub (May 27, 2025):
iPad 7 with iOS 18.5
@mtk77m commented on GitHub (May 29, 2025):
I have this same issue, is there a fix for it yet?
@hugeBlack commented on GitHub (May 29, 2025):
@mtk77m please upgrade to latest nightly version
@mtk77m commented on GitHub (May 29, 2025):
@hugeBlack how can I upgrade without already losing my apps / app data ?
@hugeBlack commented on GitHub (May 29, 2025):
@mtk77m I can't help you if you've already lost your data. But you can install the ipa the way you installed it before and all existing data will be kept.
@mtk77m commented on GitHub (May 29, 2025):
@hugeBlack I've upgraded to live container 3.4.60 but still have the same issue
That's what it shows:
dlopen(/private/var/mobile/Containers/Data/Application/DCAEA92B-2C11-4EA6-8229-7BA964B66031/Documents/Applications/com.lemon.lvoverseas.app/CapCut, 0x0109): tried: '/private/var/mobile/Containers/Data/Application/DCAEA92B-2C11-4EA6-8229-7BA964B66031/Documents/Applications/com.lemon.lvoverseas.app/CapCut' (code signature invalid in <8B16B7D1-C36F-3681-AE1A-FC9DAF4132F7> '/private/var/mobile/Containers/Data/Application/DCAEA92B-2C11-4EA6-8229-7BA964B66031/Documents/Applications/com.lemon.lvoverseas.app/CapCut' (errno=85) sliceOffset=0x00000000, codeBlobOffset=0x0D25AF00, codeBlobSize=0x0055C450), '/private/preboot/Cryptexes/OS/private/var/mobile/Containers/Data/Application/DCAEA92B-2C11-4EA6-8229-7BA964B66031/Documents/Applications/com.lemon.lvoverseas.app/CapCut' (no such file), '/private/var/mobile/Containers/Data/Application/DCAEA92B-2C11-4EA6-8229-7BA964B66031/Documents/Applications/com.lemon.lvoverseas.app/CapCut' (code signature invalid in <8B16B7D1-C36F-3681-AE1A-FC9DAF4132F7> '/private/var/mobile/Containers/Data/Application/DCAEA92B-2C11-4EA6-8229-7BA964B66031/Documents/Applications/com.lemon.lvoverseas.app/CapCut' (errno=85) sliceOffset=0x00000000, codeBlobOffset=0x0D25AF00, codeBlobSize=0x0055C450)
@hugeBlack commented on GitHub (May 29, 2025):
@mtk77m That's NOT the same issue. Check your jitless setup and force resign the app. I can't help you further.
@mtk77m commented on GitHub (May 29, 2025):
@hugeBlack force signing worked for most of the apps, thank you for your help !