这是我的设备日志
xception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Description: DYLD, Library not loaded: @rpath/LSUniversalSDK.framework/LSUniversalSDK | Referenced from: /var/containers/Bundle/Application/F1D2341F-5792-48B2-942F-AD6C6EEE5277/SightCallEv.app/SightCallEv | Reason: image not found
Triggered by Thread: 0
Thread 0 Crashed:
0 dyld 0x0000000102a782e8 __abort_with_payload + 8
1 dyld 0x0000000102a77928 abort_with_payload_wrapper_internal + 100
2 dyld 0x0000000102a77958 fcntl + 0
3 dyld 0x0000000102a388f4 dyld::fastBindLazySymbol+ 18676 (ImageLoader**, unsigned long) + 0
4 dyld 0x0000000102a3b7cc dyld::_main+ 30668 (macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 5468
5 dyld
当我在设备上运行该应用程序时,它会启动并突然终止。这是什么原因呢? 请帮我。 谢谢!
更新
SDK:-https://github.com/sightcall/iOS-UniversalSDK
.a文件:-https://www.dropbox.com/s/xqrcm3xbmveovf3/LSUniversalSDK.a?dl=0
ApiDefinition.cs:-https://www.dropbox.com/s/e7cqnlmgmvlgltf/ApiDefinition.cs?dl=0
Structs.cs:-https://www.dropbox.com/s/l787i4sr9t1x0iv/Structs.cs?dl=0