Today I received the Xcode 6.0.1 update. I made the update and right after I was unable to debug my AIR app.
The error that I received is:
Error occurred while installing the application:
2014-09-19 13:12:22.866 isb[683:507] -[__NSCFString localizedDescription]: unrecognized selector sent to instance 0x100200950
2014-09-19 13:12:22.867 isb[683:507] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString localizedDescription]: unrecognized selector sent to instance 0x100200950'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff9214e25c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff96719e75 objc_exception_throw + 43
2 CoreFoundation 0x00007fff9215112d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3 CoreFoundation 0x00007fff920ac272 ___forwarding___ + 1010
4 CoreFoundation 0x00007fff920abdf8 _CF_forwarding_prep_0 + 120
5 isb 0x00000001000010a5 -[iPhoneSimulator LoadSimulatorFramework:] + 245
6 isb 0x0000000100002fe4 -[iPhoneSimulator runWithArgc:argv:] + 99
7 isb 0x000000010000332b main + 101
8 isb 0x0000000100000f60 start + 52
9 ??? 0x0000000000000006 0x0 + 6
)
libc++abi.dylib: terminating with uncaught exception of type NSException
/var/folders/nw/jwg18jfx44sf365wxj4_mqj40000gn/T/cmd1057484504443843787.tmp: line 1: 683 Abort trap: 6 "/Applications/Adobe Flash Builder 4.7/sdks/4.12.1/lib/aot/bin/isb/isb" "-install" "-apppath" "/var/folders/nw/jwg18jfx44sf365wxj4_mqj40000gn/T/c686898b-ddb9-440e-9548-35ba2c6239a7/Pa yload/WhoZZZin.app" "-sdkpath" "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/ SDKS/iPhoneSimulator.sdk"
I am using Flex 4.12.1 and AIR 14.0
Any ideas of how to fix this?