我导入了一个Objective C Library,Twilio Programmable Video。一切似乎工作正常,直到我尝试连接到一个房间。当我这样做时,我的应用程序会自动崩溃。我试图确定是否有一个修复(希望我的代码),而不是因为Xamarin与库不兼容。
输出如下:
2017-09-26 23:38:52.872 Lendforce[297:16138] critical:
Native stacktrace:
2017-09-26 23:38:52.873 Lendforce[297:16138] critical: 0 Lendforce 0x0000000102931798 Lendforce + 37230488
2017-09-26 23:38:52.874 Lendforce[297:16138] critical: 1 libsystem_platform.dylib 0x0000000181b9bb60 _sigtramp + 52
2017-09-26 23:38:52.874 Lendforce[297:16138] critical: 2 libsystem_kernel.dylib 0x0000000181a87100 <redacted> + 100
2017-09-26 23:38:52.874 Lendforce[297:16138] critical: 3 libsystem_kernel.dylib 0x0000000181a8712c system_set_sfi_window + 0
2017-09-26 23:38:52.874 Lendforce[297:16138] critical: 4 TCC 0x00000001849d999c <redacted> + 0
2017-09-26 23:38:52.874 Lendforce[297:16138] critical: 5 TCC 0x00000001849d98bc <redacted> + 0
2017-09-26 23:38:52.875 Lendforce[297:16138] critical: 6 TCC 0x00000001849dd13c <redacted> + 316
2017-09-26 23:38:52.875 Lendforce[297:16138] critical: 7 libxpc.dylib 0x0000000181bd9a0c <redacted> + 60
2017-09-26 23:38:52.875 Lendforce[297:16138] critical: 8 libxpc.dylib 0x0000000181bd9948 <redacted> + 88
2017-09-26 23:38:52.875 Lendforce[297:16138] critical: 9 libdispatch.dylib 0x00000001818f9758 <redacted> + 16
2017-09-26 23:38:52.875 Lendforce[297:16138] critical: 10 libdispatch.dylib 0x0000000181911060 <redacted> + 324
2017-09-26 23:38:52.876 Lendforce[297:16138] critical: 11 libdispatch.dylib 0x00000001819061c8 <redacted> + 596
2017-09-26 23:38:52.876 Lendforce[297:16138] critical: 12 libdispatch.dylib 0x0000000181905f10 <redacted> + 120
2017-09-26 23:38:52.876 Lendforce[297:16138] critical: 13 libsystem_pthread.dylib 0x0000000181b9f130 _pthread_wqthread + 1268
2017-09-26 23:38:52.876 Lendforce[297:16138] critical: 14 libsystem_pthread.dylib 0x0000000181b9ec30 start_wqthread + 4
2017-09-26 23:38:52.877 Lendforce[297:16138] critical:
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================