I’m using Yosemite 10.10 beta (needed for making app previews, hence early upgrade)
Xcode 6.0.1
Latest Corona 2014.2439.
I can build for device. I can build for Xcode simulator, but then I get the error below.
How do I put my app onto the simulator manually?
iOS build succeeded 2014-09-22 18:30:06.144 ios-sim[9734:1482802] -[\_\_NSArrayM localizedDescription]: unrecognized selector sent to instance 0x7fc3d8c14340 2014-09-22 18:30:06.144 ios-sim[9734:1482802] \*\*\* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[\_\_NSArrayM localizedDescription]: unrecognized selector sent to instance 0x7fc3d8c14340' \*\*\* First throw call stack: ( 0 CoreFoundation 0x00007fff8c94946c \_\_exceptionPreprocess + 172 1 libobjc.A.dylib 0x00007fff8c1606de objc\_exception\_throw + 43 2 CoreFoundation 0x00007fff8c94c4dd -[NSObject(NSObject) doesNotRecognizeSelector:] + 205 3 CoreFoundation 0x00007fff8c893884 \_\_\_forwarding\_\_\_ + 1028 4 CoreFoundation 0x00007fff8c8933f8 \_CF\_forwarding\_prep\_0 + 120 5 ios-sim 0x0000000108111e41 -[iPhoneSimulator LoadSimulatorFramework:] + 245 6 ios-sim 0x00000001081138f8 -[iPhoneSimulator runWithArgc:argv:] + 2271 7 ios-sim 0x0000000108113cca main + 101 8 ios-sim 0x0000000108111cfc start + 52 ) libc++abi.dylib: terminating with uncaught exception of type NSException