mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #572] [BUG] Tweaked apps crash on iOS 26 DB1 #516
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#516
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 @LostShadowGD on GitHub (Jun 10, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/572
Describe the bug
I really should have expected that nothing worked. Most apps have just a black screen, yet YT Plus 5.2b actually errors out. Here it is:
Instructions to reproduce
Open any app in LiveContainer on iOS 26 DB1.
What version of LiveContainer are you using?
3.4.0
Other info
iOS: 26.0 DB1
Device: iPhone 13 mini
@imnltsa commented on GitHub (Jun 10, 2025):
I want to add a very important point to this; it's not like the CydiaSubstrate framework is missing from any
.ipa. Tweak.dylibs in this.ipaare relying on the CydiaSubstrate framework provided in the.ipa, though it seems like 19/26 has changed things around, seemingly changingarm64etoarm64e.oldand so it can't really load the framework, hindering the app from loading since other.dylibs rely on it.A more appropriate title is 'Tweaked apps don't load'. More issues will pop up eventually. In the meantime, you can probably just switch to the LiveContainer method of tweak injection.
@PowerHubApp commented on GitHub (Jun 10, 2025):
✅ Easy fix for now is go to home screen without closing the app and open the app again. Should work.
@imnltsa commented on GitHub (Jun 10, 2025):
This is only for applications that DON'T have that CydiaSubstrate error. I'm sure there's bigger fish to fry here.
@hugeBlack commented on GitHub (Jun 11, 2025):
We are currently working on a workaround, but please note that it's an issue caused by the app themselves being incompatible with iOS 26. The authors of these tweaks need to upgrade their tweaks to make them compatible with iOS 26.
@simonez17 commented on GitHub (Jun 13, 2025):
Now Lightroom works perfectly but other apps like Duolingo or YT+ have again black screen on open, you need to minimise and reopen live cointainer as said by PowerHubApp
@imnltsa commented on GitHub (Jun 13, 2025):
This black screen issue does exist but I'm wondering if it's even related to this issue.
@LostShadowGD commented on GitHub (Jun 19, 2025):
Fixed by finding a new version!