Post

Replies

Boosts

Views

Activity

App Crashs with IOS 12 with XCODE 15, but runs fine with XCODE 14
Hi, I am using the latest version of XCODE 15, when I run my app on an IOS12 device I got a crash before the app reaches did didFinishLaunchingWithOptions. But when I open XCODE 14 and run the app on IOS12 the app is running fine. I am getting the crash with users devices in the Crashs reports on Organizer. Here is the crash output: 2023-09-26 10:44:37.728454-0300 *****[1859:756753] [DYMTLInitPlatform] platform initialization successful 2023-09-26 10:44:37.969090-0300 *****[1859:756542] [NetworkInfo] Signal strength query returned error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied", descriptor: <CTServiceDescriptor 0x281a51860, domain=1, instance=1> Thread 1 Queue : com.apple.main-thread (serial) #0 0x0000000000000000 in 0x00000000 () #1 0x0000000101971ed4 in ___lldb_unnamed_symbol512322 () #2 0x0000000101971ed4 in ___lldb_unnamed_symbol512322 () Thread 2#0 0x00000001a412fb74 in __workq_kernreturn () #1 0x00000001a41b2138 in _pthread_wqthread () #2 0x00000001a41b4cd4 in start_wqthread () Thread 3#0 0x00000001a41b4cd0 in start_wqthread () gputools.smt_poll.0x281a69f40 (4)#0 0x00000001a412f400 in __semwait_signal () #1 0x00000001a40a556c in nanosleep () #2 0x00000001a40a5444 in usleep () #3 0x000000010921257c in smt_poll_thread_entry(void*) () #4 0x00000001a41b12c0 in _pthread_body () #5 0x00000001a41b1220 in _pthread_start () #6 0x00000001a41b4cdc in thread_start () Thread 5#0 0x00000001a41b4cd0 in start_wqthread ()
3
1
4.2k
Sep ’23