[GH-ISSUE #1109] [BUG] from an app requires the entitlement com.apple.developer.siri. Did you enable the Siri capability in your Xcode project #974

Closed
opened 2026-03-03 15:37:41 +03:00 by kerem · 0 comments
Owner

Originally created by @simple4wan on GitHub (Jan 21, 2026).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/1109

Describe the bug

Use of the class <INPreferences: 0x13c933280> from an app requires the entitlement com.apple.developer.siri. Did you enable the Siri capability in your Xcode project?
Call stack: (
0 CoreFoundation 0x000000019987f9a0 B4A0233B-F37D-3EF6-A977-E4F36199C5A4 + 809376
1 libobjc.A.dylib 0x0000000196799814 objc_exception_throw + 88
2 Intents 0x00000001a518d464 F9619323-6ED3-3EFC-B0BF-BC86EE32DB2C + 1213540
3 libdispatch.dylib 0x00000001d1c327ec 6A1B4FAB-B326-3373-8BAB-8E8464C68C66 + 112620
4 libdispatch.dylib 0x00000001d1c1b9e0 6A1B4FAB-B326-3373-8BAB-8E8464C68C66 + 18912
5 Intents 0x00000001a5067a94 F9619323-6ED3-3EFC-B0BF-BC86EE32DB2C + 10900
6 Intents 0x00000001a518d2f8 F9619323-6ED3-3EFC-B0BF-BC86EE32DB2C + 1213176
7 Intents 0x00000001a518d734 F9619323-6ED3-3EFC-B0BF-BC86EE32DB2C + 1214260
8 imeituan 0x0000000118c697b4 imeituan + 79746996
9 imeituan 0x0000000118c68f80 imeituan + 79744896
10 imeituan 0x0000000118c69a14 imeituan + 79747604
11 libdispatch.dylib 0x00000001d1c18adc 6A1B4FAB-B326-3373-8BAB-8E8464C68C66 + 6876
12 libdispatch.dylib 0x00000001d1c327ec 6A1B4FAB-B326-3373-8BAB-8E8464C68C66 + 112620
13 libdispatch.dylib 0x00000001d1c4e7dc 6A1B4FAB-B326-3373-8BAB-8E8464C68C66 + 227292
14 libdispatch.dylib 0x00000001d1c1d2fc 6A1B4FAB-B326-3373-8BAB-8E8464C68C66 + 25340
15 libdispatch.dylib 0x00000001d1c2af48 6A1B4FAB-B326-3373-8BAB-8E8464C68C66 + 81736
16 libdispatch.dylib 0x00000001d1c2b6fc 6A1B4FAB-B326-3373-8BAB-8E8464C68C66 + 83708
17 libsystem_pthread.dylib 0x00000001f582237c _pthread_wqthread + 232
18 libsystem_pthread.dylib 0x00000001f58218c0 start_wqthread + 8
)

Instructions to reproduce

com.meituan.imeituan

What version of LiveContainer and iOS are you using?

3.6.1 ios 26

Verify steps

  • I downloaded LiveContainer from releases / actions section or LiveContainer's AltStore source.
  • I have the latest LiveContainer.
  • I installed LiveContainer through AltStore/SideStore/TrollStore or I'm confident that I signed LiveContainer correctly with all required entitlements.

Crash Log

No response

Other info

No response

Originally created by @simple4wan on GitHub (Jan 21, 2026). Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/1109 ### Describe the bug Use of the class <INPreferences: 0x13c933280> from an app requires the entitlement com.apple.developer.siri. Did you enable the Siri capability in your Xcode project? Call stack: ( 0 CoreFoundation 0x000000019987f9a0 B4A0233B-F37D-3EF6-A977-E4F36199C5A4 + 809376 1 libobjc.A.dylib 0x0000000196799814 objc_exception_throw + 88 2 Intents 0x00000001a518d464 F9619323-6ED3-3EFC-B0BF-BC86EE32DB2C + 1213540 3 libdispatch.dylib 0x00000001d1c327ec 6A1B4FAB-B326-3373-8BAB-8E8464C68C66 + 112620 4 libdispatch.dylib 0x00000001d1c1b9e0 6A1B4FAB-B326-3373-8BAB-8E8464C68C66 + 18912 5 Intents 0x00000001a5067a94 F9619323-6ED3-3EFC-B0BF-BC86EE32DB2C + 10900 6 Intents 0x00000001a518d2f8 F9619323-6ED3-3EFC-B0BF-BC86EE32DB2C + 1213176 7 Intents 0x00000001a518d734 F9619323-6ED3-3EFC-B0BF-BC86EE32DB2C + 1214260 8 imeituan 0x0000000118c697b4 imeituan + 79746996 9 imeituan 0x0000000118c68f80 imeituan + 79744896 10 imeituan 0x0000000118c69a14 imeituan + 79747604 11 libdispatch.dylib 0x00000001d1c18adc 6A1B4FAB-B326-3373-8BAB-8E8464C68C66 + 6876 12 libdispatch.dylib 0x00000001d1c327ec 6A1B4FAB-B326-3373-8BAB-8E8464C68C66 + 112620 13 libdispatch.dylib 0x00000001d1c4e7dc 6A1B4FAB-B326-3373-8BAB-8E8464C68C66 + 227292 14 libdispatch.dylib 0x00000001d1c1d2fc 6A1B4FAB-B326-3373-8BAB-8E8464C68C66 + 25340 15 libdispatch.dylib 0x00000001d1c2af48 6A1B4FAB-B326-3373-8BAB-8E8464C68C66 + 81736 16 libdispatch.dylib 0x00000001d1c2b6fc 6A1B4FAB-B326-3373-8BAB-8E8464C68C66 + 83708 17 libsystem_pthread.dylib 0x00000001f582237c _pthread_wqthread + 232 18 libsystem_pthread.dylib 0x00000001f58218c0 start_wqthread + 8 ) ### Instructions to reproduce com.meituan.imeituan ### What version of LiveContainer and iOS are you using? 3.6.1 ios 26 ### Verify steps - [x] I downloaded LiveContainer from releases / actions section or LiveContainer's AltStore source. - [x] I have the latest LiveContainer. - [x] I installed LiveContainer through AltStore/SideStore/TrollStore or I'm confident that I signed LiveContainer correctly with all required entitlements. ### Crash Log _No response_ ### Other info _No response_
kerem 2026-03-03 15:37:41 +03:00
  • closed this issue
  • added the
    bug
    label
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#974
No description provided.