[GH-ISSUE #778] [BUG] LiveContainer not switching to second instance #702

Closed
opened 2026-03-03 15:35:42 +03:00 by kerem · 1 comment
Owner

Originally created by @EatingCarBatteries on GitHub (Aug 21, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/778

Describe the bug

If an app clip is launched when another app is running in LiveContainer, instead of switching to the second instance it just crashes LC.

Instructions to reproduce

See above

What version of LiveContainer and iOS are you using?

3.60 release on iOS 18.0.1

Other info

-[__NSArrayM longLongValue]: unrecognized selector sent to instance 0x3003a80f0
Call stack: (
0 CoreFoundation 0x0000000188a21098 4250D45C-51A9-3AC5-8C3D-69DE936FAD46 + 540824
1 YouTube 0x0000000110327980 YouTube + 40188288
2 YouTube 0x0000000110326d70 YouTube + 40185200
3 libobjc.A.dylib 0x0000000185d232e4 objc_exception_throw + 88
4 CoreFoundation 0x0000000188b277c8 4250D45C-51A9-3AC5-8C3D-69DE936FAD46 + 1615816
5 CoreFoundation 0x00000001889be888 4250D45C-51A9-3AC5-8C3D-69DE936FAD46 + 137352
6 CoreFoundation 0x00000001889be1b0 _CF_forwarding_prep_0 + 96
7 LiveContainerShared 0x000000010305a978 +[LCSharedUtils isLCSchemeInUse:] + 148
8 TweakLoader.dylib 0x0000000103b816ec LCShowSwitchAppConfirmation + 268
9 TweakLoader.dylib 0x0000000103b832a4 handleLiveContainerLaunch + 1468
10 TweakLoader.dylib 0x0000000103b84610 -[UIScene(LiveContainerHook) hook_scene:didReceiveActions:fromTransitionContext:] + 1456
11 UIKitCore 0x000000018b38a0a8 187C890E-8E4C-32F2-A97E-FA905A55F094 + 2236584
12 UIKitCore 0x000000018b389b14 187C890E-8E4C-32F2-A97E-FA905A55F094 + 2235156
13 UIKitCore 0x000000018b44937c 187C890E-8E4C-32F2-A97E-FA905A55F094 + 3019644
14 UIKitCore 0x000000018b448f5c 187C890E-8E4C-32F2-A97E-FA905A55F094 + 3018588
15 FrontBoardServices 0x00000001a1ef6260 7E30829D-D45E-3C1A-A053-12CA1633CF36 + 225888
16 FrontBoardServices 0x00000001a1ef5e10 7E30829D-D45E-3C1A-A053-12CA1633CF36 + 224784
17 FrontBoardServices 0x00000001a1ec550c 7E30829D-D45E-3C1A-A053-12CA1633CF36 + 25868
18 FrontBoardServices 0x00000001a1ed3e70 7E30829D-D45E-3C1A-A053-12CA1633CF36 + 85616
19 FrontBoardServices 0x00000001a1ed3cfc 7E30829D-D45E-3C1A-A053-12CA1633CF36 + 85244
20 FrontBoardServices 0x00000001a1ed81cc 7E30829D-D45E-3C1A-A053-12CA1633CF36 + 102860
21 libdispatch.dylib 0x000000019069a0d0 B8C15E69-D076-317D-9296-1279500738FC + 16592
22 libdispatch.dylib 0x000000019069db14 B8C15E69-D076-317D-9296-1279500738FC + 31508
23 FrontBoardServices 0x00000001a1ed53b8 7E30829D-D45E-3C1A-A053-12CA1633CF36 + 91064
24 FrontBoardServices 0x00000001a1ed5338 7E30829D-D45E-3C1A-A053-12CA1633CF36 + 90936
25 FrontBoardServices 0x00000001a1ed5210 7E30829D-D45E-3C1A-A053-12CA1633CF36 + 90640
26 CoreFoundation 0x00000001889f4088 4250D45C-51A9-3AC5-8C3D-69DE936FAD46 + 356488
27 CoreFoundation 0x00000001889f401c 4250D45C-51A9-3AC5-8C3D-69DE936FAD46 + 356380
28 CoreFoundation 0x00000001889f1b08 4250D45C-51A9-3AC5-8C3D-69DE936FAD46 + 346888
29 CoreFoundation 0x00000001889f0d04 4250D45C-51A9-3AC5-8C3D-69DE936FAD46 + 343300
30 CoreFoundation 0x00000001889f05b8 CFRunLoopRunSpecific + 572
31 GraphicsServices 0x00000001d44861c4 GSEventRunModal + 164
32 UIKitCore 0x000000018b5462c0 187C890E-8E4C-32F2-A97E-FA905A55F094 + 4055744
33 UIKitCore 0x000000018b5f4ddc UIApplicationMain + 340
34 YouTube 0x000000010dda5738 YouTube + 857912
35 LiveContainerShared 0x0000000103060e5c LiveContainerMain + 7860
36 dyld 0x00000001ae1c4d34 5DB83988-2EE6-3756-BD07-B8D67B1133A5 + 212276
)

Originally created by @EatingCarBatteries on GitHub (Aug 21, 2025). Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/778 ### Describe the bug If an app clip is launched when another app is running in LiveContainer, instead of switching to the second instance it just crashes LC. ### Instructions to reproduce See above ### What version of LiveContainer and iOS are you using? 3.60 release on iOS 18.0.1 ### Other info -[__NSArrayM longLongValue]: unrecognized selector sent to instance 0x3003a80f0 Call stack: ( 0 CoreFoundation 0x0000000188a21098 4250D45C-51A9-3AC5-8C3D-69DE936FAD46 + 540824 1 YouTube 0x0000000110327980 YouTube + 40188288 2 YouTube 0x0000000110326d70 YouTube + 40185200 3 libobjc.A.dylib 0x0000000185d232e4 objc_exception_throw + 88 4 CoreFoundation 0x0000000188b277c8 4250D45C-51A9-3AC5-8C3D-69DE936FAD46 + 1615816 5 CoreFoundation 0x00000001889be888 4250D45C-51A9-3AC5-8C3D-69DE936FAD46 + 137352 6 CoreFoundation 0x00000001889be1b0 _CF_forwarding_prep_0 + 96 7 LiveContainerShared 0x000000010305a978 +[LCSharedUtils isLCSchemeInUse:] + 148 8 TweakLoader.dylib 0x0000000103b816ec LCShowSwitchAppConfirmation + 268 9 TweakLoader.dylib 0x0000000103b832a4 handleLiveContainerLaunch + 1468 10 TweakLoader.dylib 0x0000000103b84610 -[UIScene(LiveContainerHook) hook_scene:didReceiveActions:fromTransitionContext:] + 1456 11 UIKitCore 0x000000018b38a0a8 187C890E-8E4C-32F2-A97E-FA905A55F094 + 2236584 12 UIKitCore 0x000000018b389b14 187C890E-8E4C-32F2-A97E-FA905A55F094 + 2235156 13 UIKitCore 0x000000018b44937c 187C890E-8E4C-32F2-A97E-FA905A55F094 + 3019644 14 UIKitCore 0x000000018b448f5c 187C890E-8E4C-32F2-A97E-FA905A55F094 + 3018588 15 FrontBoardServices 0x00000001a1ef6260 7E30829D-D45E-3C1A-A053-12CA1633CF36 + 225888 16 FrontBoardServices 0x00000001a1ef5e10 7E30829D-D45E-3C1A-A053-12CA1633CF36 + 224784 17 FrontBoardServices 0x00000001a1ec550c 7E30829D-D45E-3C1A-A053-12CA1633CF36 + 25868 18 FrontBoardServices 0x00000001a1ed3e70 7E30829D-D45E-3C1A-A053-12CA1633CF36 + 85616 19 FrontBoardServices 0x00000001a1ed3cfc 7E30829D-D45E-3C1A-A053-12CA1633CF36 + 85244 20 FrontBoardServices 0x00000001a1ed81cc 7E30829D-D45E-3C1A-A053-12CA1633CF36 + 102860 21 libdispatch.dylib 0x000000019069a0d0 B8C15E69-D076-317D-9296-1279500738FC + 16592 22 libdispatch.dylib 0x000000019069db14 B8C15E69-D076-317D-9296-1279500738FC + 31508 23 FrontBoardServices 0x00000001a1ed53b8 7E30829D-D45E-3C1A-A053-12CA1633CF36 + 91064 24 FrontBoardServices 0x00000001a1ed5338 7E30829D-D45E-3C1A-A053-12CA1633CF36 + 90936 25 FrontBoardServices 0x00000001a1ed5210 7E30829D-D45E-3C1A-A053-12CA1633CF36 + 90640 26 CoreFoundation 0x00000001889f4088 4250D45C-51A9-3AC5-8C3D-69DE936FAD46 + 356488 27 CoreFoundation 0x00000001889f401c 4250D45C-51A9-3AC5-8C3D-69DE936FAD46 + 356380 28 CoreFoundation 0x00000001889f1b08 4250D45C-51A9-3AC5-8C3D-69DE936FAD46 + 346888 29 CoreFoundation 0x00000001889f0d04 4250D45C-51A9-3AC5-8C3D-69DE936FAD46 + 343300 30 CoreFoundation 0x00000001889f05b8 CFRunLoopRunSpecific + 572 31 GraphicsServices 0x00000001d44861c4 GSEventRunModal + 164 32 UIKitCore 0x000000018b5462c0 187C890E-8E4C-32F2-A97E-FA905A55F094 + 4055744 33 UIKitCore 0x000000018b5f4ddc UIApplicationMain + 340 34 YouTube 0x000000010dda5738 YouTube + 857912 35 LiveContainerShared 0x0000000103060e5c LiveContainerMain + 7860 36 dyld 0x00000001ae1c4d34 5DB83988-2EE6-3756-BD07-B8D67B1133A5 + 212276 )
kerem 2026-03-03 15:35:42 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@hugeBlack commented on GitHub (Aug 21, 2025):

Already fixed. Upgrade to 3.6.1

<!-- gh-comment-id:3208563167 --> @hugeBlack commented on GitHub (Aug 21, 2025): Already fixed. Upgrade to 3.6.1
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LiveContainer#702
No description provided.