Start a new topic
Solved

App crashes when trying to run iOS sample

I am trying to run the iOS sample on my iPad (iOS 10.1.1).


Have tried both the 5.3.0 SDK and the 5.3.1 SDK. I installed the 5.3.1 component manually (link was in an answer to someone else's question).


Error stack:

2017-01-04 13:02:31.405 WikitudeSDKExample[237:10744] critical:

Native stacktrace:

 

2017-01-04 13:02:31.435 WikitudeSDKExample[237:10744] critical: 0 WikitudeSDKExample 0x00000001003010a0 mono_handle_native_sigsegv + 260

2017-01-04 13:02:31.435 WikitudeSDKExample[237:10744] critical: 1 libsystem_platform.dylib 0x000000018b128348 _sigtramp + 52

2017-01-04 13:02:31.435 WikitudeSDKExample[237:10744] critical: 2 libsystem_kernel.dylib 0x000000018b061480 <redacted> + 100

2017-01-04 13:02:31.435 WikitudeSDKExample[237:10744] critical: 3 libsystem_kernel.dylib 0x000000018b0614c8 system_set_sfi_window + 0

2017-01-04 13:02:31.435 WikitudeSDKExample[237:10726] Wikitude SDK version 5.3.1 is running.

2017-01-04 13:02:31.435 WikitudeSDKExample[237:10744] critical: 4 TCC 0x000000018e2a4328 <redacted> + 0

2017-01-04 13:02:31.436 WikitudeSDKExample[237:10744] critical: 5 TCC 0x000000018e2a4224 <redacted> + 0

2017-01-04 13:02:31.436 WikitudeSDKExample[237:10744] critical: 6 TCC 0x000000018e2a7330 <redacted> + 348

2017-01-04 13:02:31.436 WikitudeSDKExample[237:10744] critical: 7 libxpc.dylib 0x000000018b16a01c <redacted> + 80

2017-01-04 13:02:31.436 WikitudeSDKExample[237:10744] critical: 8 libxpc.dylib 0x000000018b169f8c <redacted> + 40

2017-01-04 13:02:31.436 WikitudeSDKExample[237:10744] critical: 9 libdispatch.dylib 0x000000018af211c0 <redacted> + 16

2017-01-04 13:02:31.436 WikitudeSDKExample[237:10744] critical: 10 libdispatch.dylib 0x000000018af2fab4 <redacted> + 732

2017-01-04 13:02:31.436 WikitudeSDKExample[237:10744] critical: 11 libdispatch.dylib 0x000000018af3138c <redacted> + 572

2017-01-04 13:02:31.437 WikitudeSDKExample[237:10744] critical: 12 libdispatch.dylib 0x000000018af310ec <redacted> + 124

2017-01-04 13:02:31.437 WikitudeSDKExample[237:10744] critical: 13 libsystem_pthread.dylib 0x000000018b12a2b8 _pthread_wqthread + 1288

2017-01-04 13:02:31.437 WikitudeSDKExample[237:10744] critical: 14 libsystem_pthread.dylib 0x000000018b129da4 start_wqthread + 4

2017-01-04 13:02:31.437 WikitudeSDKExample[237:10744] 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.

=================================================================


Any help would be appreciated.



Hi Tom,

Was it related to the NSCameraUsageDescription key?


Best regards,

Andreas

Hi Andreas, I'm building off of another example and that has the info.plist keys for camera and location set - so yes that could have been the issue.


I have it working now - thank you for the fast response.

Login or Signup to post a comment