XCode 10.1
Corona Native (used to use Enterprise) 2018-3326
Working to test my app with various XCode iPhone and iPad simulators.
My app works with all the iPhone simulators I’ve tried.
Every iPad simulator I’ve tried results in:
LaunchScreen.Storyboard is displayed
After some delay, I see:
CoronaApplicationMain( argc, argv, [AppCoronaDelegate class] ); Thread 1: signal SIGABRT
31 CoreFoundation 0x0000000108643e11 CFRunLoopRunSpecific + 625
32 GraphicsServices 0x000000010c7031dd GSEventRunModal + 62
33 UIKitCore 0x000000011187f81d UIApplicationMain + 140
34 TropeTrainer 0x00000001027385a6 main + 86
35 libdyld.dylib 0x0000000108cb5575 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)
Suggestions how to proceed?
-Tom