mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #681] Swiftgram App #606
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#606
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 @ritikgoel20 on GitHub (Jul 15, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/681
Describe the issue
App stays on black screen without crashing and after enabling the option to Fix Black Screen it instantly crashes when opened
Error Code:
*** -[NSBundle initWithURL:]: nil URL argument
Call stack: (
0 CoreFoundation 0x000000018967b228 7821F73C-378B-3A10-BE90-EF526B7DBA93 + 1155624
1 libobjc.A.dylib 0x0000000186b15abc objc_exception_throw + 88
2 Foundation 0x00000001882b3470 34DE055D-8683-380A-9198-C3347211D13D + 885872
3 Foundation 0x00000001882962d0 34DE055D-8683-380A-9198-C3347211D13D + 766672
4 SwiftgramEntitlementsFix.dylib 0x00000001018acd64 +[FCAlertView getResourcesBundle] + 176
5 SwiftgramEntitlementsFix.dylib 0x00000001018ace20 -[FCAlertView loadImageFromResourceBundle:] + 168
6 SwiftgramEntitlementsFix.dylib 0x00000001018abd44 -[FCAlertView drawRect:] + 30388
7 UIKitCore 0x000000018bf55818 96636F64-106F-30C8-A780-82DCEBB0F443 + 1071128
8 QuartzCore 0x000000018b188fe8 109010DA-3C35-3E22-B001-939786412EE2 + 720872
9 QuartzCore 0x000000018b188ed8 109010DA-3C35-3E22-B001-939786412EE2 + 720600
10 QuartzCore 0x000000018b188480 109010DA-3C35-3E22-B001-939786412EE2 + 717952
11 QuartzCore 0x000000018b0ed694 109010DA-3C35-3E22-B001-939786412EE2 + 83604
12 QuartzCore 0x000000018b0ef7f8 109010DA-3C35-3E22-B001-939786412EE2 + 92152
13 QuartzCore 0x000000018b0eecc0 109010DA-3C35-3E22-B001-939786412EE2 + 89280
14 QuartzCore 0x000000018b0ee938 109010DA-3C35-3E22-B001-939786412EE2 + 88376
15 UIKitCore 0x000000018be59e70 96636F64-106F-30C8-A780-82DCEBB0F443 + 40560
16 UIKitCore 0x000000018be59e0c 96636F64-106F-30C8-A780-82DCEBB0F443 + 40460
17 UIKitCore 0x000000018be59404 96636F64-106F-30C8-A780-82DCEBB0F443 + 37892
18 UIKitCore 0x000000018be58ab4 96636F64-106F-30C8-A780-82DCEBB0F443 + 35508
19 UIKitCore 0x000000018be541e4 96636F64-106F-30C8-A780-82DCEBB0F443 + 16868
20 CoreFoundation 0x0000000189570a8c 7821F73C-378B-3A10-BE90-EF526B7DBA93 + 64140
21 CoreFoundation 0x00000001895708a4 7821F73C-378B-3A10-BE90-EF526B7DBA93 + 63652
22 CoreFoundation 0x0000000189570764 7821F73C-378B-3A10-BE90-EF526B7DBA93 + 63332
23 CoreFoundation 0x0000000189571080 7821F73C-378B-3A10-BE90-EF526B7DBA93 + 65664
24 CoreFoundation 0x0000000189572c3c CFRunLoopRunSpecific + 572
25 GraphicsServices 0x00000001d6751454 GSEventRunModal + 168
26 UIKitCore 0x000000018bf85274 96636F64-106F-30C8-A780-82DCEBB0F443 + 1266292
27 UIKitCore 0x000000018bf50a28 UIApplicationMain + 336
28 Swiftgram 0x000000010185003c Swiftgram + 81980
29 LiveContainerShared 0x0000000100558814 LiveContainerMain + 7744
30 dyld 0x00000001b0447f08 86D5253D-4FD1-36F3-B4AB-25982C90CBF4 + 257800
)
Instructions to reproduce
Install Swiftgram(Normal one Not modded)
Run it goes into Black Screen without crashing
Enable Fix Black Screen Option
Rerun the app it instantly crashes
What version of LiveContainer and iOS are you using?
Live Container: 3.5.1 And Ios: 18.5
Other
No response
@hugeBlack commented on GitHub (Jul 15, 2025):
This is a modded ipa
@hugeBlack commented on GitHub (Jul 15, 2025):
Enable fix file picker & local notifications
@ritikgoel20 commented on GitHub (Jul 15, 2025):
Hi i downloaded the ipa from swiftgram official github repo and retried it also have the same error it just crashes and doesnt give the error log
@hugeBlack commented on GitHub (Jul 15, 2025):
That's because the official ipa requires iCloud entitlement which you don't have
@khanhduytran0 commented on GitHub (Jul 15, 2025):
Official Swiftgram requires CloudKit entitlement, which is why the tweak is there to fix it (I don’t get why they don’t just recompile and remove it)
@ritikgoel20 commented on GitHub (Jul 15, 2025):
Oh ok thanks for the quick reply.