mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #1042] [BUG] MH_DYLIB is missing LC_ID_DYLIB error #920
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#920
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 @1okote on GitHub (Dec 17, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/1042
Describe the bug
Device: iPhone Air on iOS 26.1
Version: Sideloading (No Jailbreak)
Watusi Version: 25.35.72
Bundle Error:
net.whatsapp.WhatsApp and com.fouadraheb.watusi
Missing LC_ID_DYLIB load command entirely
Expected: Watusi should load properly in LiveContainer like other tweaks.
Instructions to reproduce
Install Watusi 25.35.72 IPA via LiveContainer
Launch WhatsApp → instant crash
What version of LiveContainer and iOS are you using?
3.6.1
Verify steps
Crash Log
dlopen(/private/var/mobile/Containers/Data/Application/53BFB9E1-9335-4D1F-9EEA-52AD4C3293C0/Documents/Applications/com.fouadraheb.watusi_787639272.app/WhatsApp, 0x0109): tried:
'/private/var/mobile/Containers/Data/Application/53BFB9E1-9335-4D1F-9EEA-52AD4C3293C0/Documents/Applications/com.fouadraheb.watusi_787639272.app/WhatsApp' (MH_DYLIB is missing LC_ID_DYLIB),
'/private/preboot/Cryptexes/OS/private/var/mobile/Containers/Data/Application/53BFB9E1-9335-4D1F-9EEA-52AD4C3293C0/Documents/Applications/com.fouadraheb.watusi_787639272.app/WhatsApp' (no such file),
'/private/var/mobile/Containers/Data/Application/53BFB9E1-9335-4D1F-9EEA-52AD4C3293C0/Documents/Applications/com.fouadraheb.watusi_787639272.app/WhatsApp' (MH_DYLIB is missing LC_ID_DYLIB)
Other info
Previous versions of WhatsApp, like 25.28.75, worked correctly, but newer versions are failing. I downloaded them from the official Git repository https://github.com/FouadRaheb/Watusi-for-WhatsApp
This error occurred previously, and the nightly build worked, but now even that doesn't work.
I hope you can help us with this detail. In any case, thank you very much for all the support you give us and for the great LiveContainer tool.
@hugeBlack commented on GitHub (Dec 17, 2025):
Looks like they finally reached the point where it's impossible to even allocate a few bytes in Mach-O header for injecting MH_DYLIB command which is required in LC.
Impossible to fix unfortunately.Let's hope they will realize this when it's impossible to inject LC_CODE_SIGNATURE.khanhduytran0 found a way to get around this. We'll try to fix this soon