Since updating to iOS 8 I get a crash on startup. Even my app that's been up on the app store since iOS 5.1 no longer works.
Code: Select all
[b]An exception has occurred: OGRE EXCEPTION(0:IOException): Cannot create settings file. in Root::saveConfig at /Users/davidrogers/Documents/Ogre/ogre-v1-9/OgreMain/src/OgreRoot.cpp (line 394)[/b]
2014-11-14 12:29:42.574 Test_Ogre_1_9_RC_Test[1275:383061] -[UIApplication terminate:]: unrecognized selector sent to instance 0x17e55f60
2014-11-14 12:29:42.581 Test_Ogre_1_9_RC_Test[1275:383061] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIApplication terminate:]: unrecognized selector sent to instance 0x17e55f60'
*** First throw call stack:
(0x2577ad67 0x332b5c77 0x2578022d 0x2577e109 0x256af938 0x26481dc9 0x25741517 0x25741099 0x2573f303 0x2568c981 0x2568c793 0x2ca3c051 0x28c7e981 0x2a0ab 0x33851aaf)
libc++abi.dylib: terminating with uncaught exception of type NSException
Code: Select all
int retVal = UIApplicationMain(argc, argv, @"UIApplication", @"AppDelegate");
I've tried 1.8, 1.9, building from source. Crashes on both iPad and Simulation. What could iOS 8 have done to affect this?
I'd be very grateful for any help!
Thanks,
Llyr