Hey,
Strangely my application crashes when loading an additiv level. I only get the error when the application comes from the app store not when i just build it and run it on my device. I attached the crash log but I am not really able to read it myself. Would be great if somebody has a solution
Thread 3 Crashed:
0 libsystem_kernel.dylib 0x3bd0e1fc __pthread_kill + 8
1 libsystem_pthread.dylib 0x3bd75a4f pthread_kill + 55
2 libsystem_c.dylib 0x3bcbf029 abort + 73
3 myApp 0x01b03cf0 mono_handle_native_sigsegv + 312
4 myApp 0x01b20a28 sigabrt_signal_handler + 104
5 libsystem_platform.dylib 0x3bd70721 _sigtramp + 41
6 libsystem_pthread.dylib 0x3bd75a4f pthread_kill + 55
7 libsystem_c.dylib 0x3bcbf029 abort + 73
8 libsystem_pthread.dylib 0x3bd768eb __pthread_abort + 27
9 libsystem_pthread.dylib 0x3bd76907 __pthread_abort_reason + 15
10 libsystem_pthread.dylib 0x3bd744df pthread_exit + 63
11 myApp 0x01be4830 thread_exit + 28
12 myApp 0x01be4858 ExitThread + 36
13 myApp 0x01bc7274 mono_thread_exit + 76
14 myApp 0x01af08e4 mono_thread_abort + 56
15 myApp 0x01af0978 mono_thread_abort_dummy + 36
16 myApp 0x01b03114 mono_handle_exception_internal + 1100
17 myApp 0x01b03918 mono_handle_exception + 64
18 myApp 0x01b1fd04 mono_arm_throw_exception + 184
19 myApp 0x014254cc throw_exception + 44
20 myApp 0x011a086c m_System_Reflection_MonoCMethod_Invoke_System_Reflection_BindingFlags_System_Reflection_Binder_object___System_Globalization_CultureInfo + 96
21 myApp 0x01190148 m_System_Reflection_ConstructorInfo_Invoke_object__ + 108
22 myApp 0x00bead28 m_U3DXT_iOS_Native_Internals__ObjectCache__Create_System_Type_string + 296
23 myApp 0x00e34f34 m_U3DXT_iOS_Native_Accounts_ACAccountStore__requestAccessToAccountsWithType_options_completion__completion_callback_System_Delegate_System_Collections_Generic_Dictionary_2_string_object + 348
24 myApp 0x00be9aec m_U3DXT_iOS_Native_Internals__CallbackCache__Callback_string_string + 456
25 myApp 0x00c3e15c m_wrapper_native_to_managed_U3DXT_iOS_Native_Internals__CallbackCache__Callback_intptr_intptr + 100
26 myApp 0x01c99d33 UP_callbackEvent (CallbackCache.m:63)
27 libdispatch.dylib 0x3bc430c1 _dispatch_call_block_and_release + 9
28 libdispatch.dylib 0x3bc474b3 _dispatch_async_redirect_invoke + 107
29 libdispatch.dylib 0x3bc487d5 _dispatch_root_queue_drain + 221
30 libdispatch.dylib 0x3bc489c1 _dispatch_worker_thread2 + 53
31 libsystem_pthread.dylib 0x3bd72dfd _pthread_wqthread + 297
32 libsystem_pthread.dylib 0x3bd72cc0 start_wqthread + 4
↧