[GH-ISSUE #454] Camscanner issue #416

Closed
opened 2026-03-03 15:33:26 +03:00 by kerem · 2 comments
Owner

Originally created by @pirla711 on GitHub (Apr 17, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/454

Describe the issue

App that worked flawlessly in sidestore , crash live container

Instructions to reproduce

Use of the class <INPreferences: 0x30210e2c0> from an app requires the entitlement com.apple.developer.siri. Did you enable the Siri capability in your Xcode project?
Call stack: (
0 CoreFoundation 0x0000000185852608 0013A8B1-2524-3534-B5BA-681AAF18C798 + 185864
1 libobjc.A.dylib 0x0000000182dcd244 objc_exception_throw + 88
2 Intents 0x000000018f90930c 9452CEFD-E5CE-3CDF-B640-3BCF85DB4A34 + 1274636
3 libdispatch.dylib 0x000000018d5e2fa8 C05E486D-81F2-367E-9CE1-E14573C4C268 + 16296
4 libdispatch.dylib 0x000000018d5e47f4 C05E486D-81F2-367E-9CE1-E14573C4C268 + 22516
5 Intents 0x000000018f7f879c 9452CEFD-E5CE-3CDF-B640-3BCF85DB4A34 + 157596
6 Intents 0x000000018f9091a0 9452CEFD-E5CE-3CDF-B640-3BCF85DB4A34 + 1274272
7 Intents 0x000000018f90957c 9452CEFD-E5CE-3CDF-B640-3BCF85DB4A34 + 1275260
8 CamScanner_Lite 0x0000000109042794 CamScanner_Lite + 16639892
9 CamScanner_Lite 0x0000000108fc95d8 CamScanner_Lite + 16143832
10 CamScanner_Lite 0x0000000108fc7934 CamScanner_Lite + 16136500
11 libdispatch.dylib 0x000000018d5e1248 C05E486D-81F2-367E-9CE1-E14573C4C268 + 8776
12 libdispatch.dylib 0x000000018d5e2fa8 C05E486D-81F2-367E-9CE1-E14573C4C268 + 16296
13 libdispatch.dylib 0x000000018d5f5094 C05E486D-81F2-367E-9CE1-E14573C4C268 + 90260
14 libdispatch.dylib 0x000000018d5f56c4 C05E486D-81F2-367E-9CE1-E14573C4C268 + 91844
15 libsystem_pthread.dylib 0x000000021056c644 _pthread_wqthread + 228
16 libsystem_pthread.dylib 0x000000021056a474 start_wqthread + 8
)

What version of LiveContainer are you using?

3.3.1

Other

No response

Originally created by @pirla711 on GitHub (Apr 17, 2025). Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/454 ### Describe the issue App that worked flawlessly in sidestore , crash live container ### Instructions to reproduce Use of the class <INPreferences: 0x30210e2c0> from an app requires the entitlement com.apple.developer.siri. Did you enable the Siri capability in your Xcode project? Call stack: ( 0 CoreFoundation 0x0000000185852608 0013A8B1-2524-3534-B5BA-681AAF18C798 + 185864 1 libobjc.A.dylib 0x0000000182dcd244 objc_exception_throw + 88 2 Intents 0x000000018f90930c 9452CEFD-E5CE-3CDF-B640-3BCF85DB4A34 + 1274636 3 libdispatch.dylib 0x000000018d5e2fa8 C05E486D-81F2-367E-9CE1-E14573C4C268 + 16296 4 libdispatch.dylib 0x000000018d5e47f4 C05E486D-81F2-367E-9CE1-E14573C4C268 + 22516 5 Intents 0x000000018f7f879c 9452CEFD-E5CE-3CDF-B640-3BCF85DB4A34 + 157596 6 Intents 0x000000018f9091a0 9452CEFD-E5CE-3CDF-B640-3BCF85DB4A34 + 1274272 7 Intents 0x000000018f90957c 9452CEFD-E5CE-3CDF-B640-3BCF85DB4A34 + 1275260 8 CamScanner_Lite 0x0000000109042794 CamScanner_Lite + 16639892 9 CamScanner_Lite 0x0000000108fc95d8 CamScanner_Lite + 16143832 10 CamScanner_Lite 0x0000000108fc7934 CamScanner_Lite + 16136500 11 libdispatch.dylib 0x000000018d5e1248 C05E486D-81F2-367E-9CE1-E14573C4C268 + 8776 12 libdispatch.dylib 0x000000018d5e2fa8 C05E486D-81F2-367E-9CE1-E14573C4C268 + 16296 13 libdispatch.dylib 0x000000018d5f5094 C05E486D-81F2-367E-9CE1-E14573C4C268 + 90260 14 libdispatch.dylib 0x000000018d5f56c4 C05E486D-81F2-367E-9CE1-E14573C4C268 + 91844 15 libsystem_pthread.dylib 0x000000021056c644 _pthread_wqthread + 228 16 libsystem_pthread.dylib 0x000000021056a474 start_wqthread + 8 ) ### What version of LiveContainer are you using? 3.3.1 ### Other _No response_
kerem 2026-03-03 15:33:26 +03:00
Author
Owner

@hugeBlack commented on GitHub (Apr 18, 2025):

You may got it work in SideStore by chance but I can't even install it. Anyways Siri doesn't work with free developer account.

<!-- gh-comment-id:2814519600 --> @hugeBlack commented on GitHub (Apr 18, 2025): You may got it work in SideStore by chance but I can't even install it. Anyways Siri doesn't work with free developer account.
Author
Owner

@Cat-Ling commented on GitHub (Sep 14, 2025):

I think dev/mod missed the real issue here. Technically the app should work even without the Siri entitlement.

<!-- gh-comment-id:3289096457 --> @Cat-Ling commented on GitHub (Sep 14, 2025): I think dev/mod missed the real issue here. Technically the app should work even without the Siri entitlement.
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#416
No description provided.