Posts

Post not yet marked as solved
0 Replies
395 Views
My app is working fine on iOS 15 and above but crashes as soon as it is installed on the simulator/real device. Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x00000000007bd000 I also have found that the App's AppDelegate functions are never called and found out that when installing on iOS 14 it stucks at start of Thread 0. Where as when installed on iOS 15, Thread 0 has called UIApplicationMain functions and AppDelegate methods run as expected. See full Crash Report
Posted
by neesus.
Last updated
.