Skip to main content
Participant
September 19, 2014
Question

After updating Xcode to 6.0.1 I am not able to debug AIR app on iPhone simulator

  • September 19, 2014
  • 4 replies
  • 1964 views

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/Payload/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?

This topic has been closed for replies.

4 replies

евгенийх59490361
Participant
August 18, 2015

Same error too. I'm using AIR 17(18,19-beta same result) when running application on iOS simulator(8.4). One detail: i'm using my own ane-extension with packaged obj-c lib dependency, when i recompile extension without it, app run's without any problem.

$> adt -installApp -platform ios -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.4.sdk -device ios-simulator -package out/production/sample/Sample.ipa

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** setObjectForKey: object cannot be nil (key: MCMMetadataIdentifier)'
*** First throw call stack:
(
0   CoreFoundation   0x00007fff8c9f703c __exceptionPreprocess + 172
1  libobjc.A.dylib  0x00007fff8c44776e objc_exception_throw + 43
2   CoreFoundation   0x00007fff8c8ddc66 -[__NSDictionaryM setObject:forKey:] + 1174
3  isb  0x00000001021f8433 -[iPhoneSimulator createMetaDataPList:withID:] + 314
4  isb  0x00000001021f8bff -[iPhoneSimulator installApp:sdkRoot:] + 742
5  isb  0x00000001021f9b40 -[iPhoneSimulator runWithArgc:argv:] + 1275
6  isb  0x00000001021f9e35 main + 101
7  libdyld.dylib  0x00007fff941485c9 start + 1
)
libc
++abi.dylib: terminating with uncaught exception of type NSException
/var/folders/7y/7xytqjbx5wggzc246fwrv1zm0000gq/T/cmd6670868742567092003.tmp: line 1: 19356 Abort trap: 6
  
"/Users/ewgenius/Documents/flex_sdk_4.6/lib/aot/bin/isb/isb" "-install" "-apppath" "/var/folders/7y/7xytqjbx5wggzc246fwrv1zm0000gq/T/7239e3f7-d560-4f18-8d66-674f841b4a0f/Payload/Sample.app" "-sdkpath" "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.4.sdk"

My platformios.xml file for extension:

<platform xmlns="http://ns.adobe.com/air/extension/18.0">
  
<description>iPhone platform description</description>
  
<sdkVersion>8.4</sdkVersion>
  
<linkerOptions>
    
<option>-ios_version_min 7.0</option>
    
<option>-framework Foundation</option>
    
<option>-weak_framework AdSupport</option>
    
<option>-framework AVFoundation</option>
    
<option>-framework AudioToolbox</option>
    
<!--option>-framework CoreTelefony</option-->
    
<option>-framework CoreGraphics</option>
    
<option>-framework EventKit</option>
    
<option>-framework EventKitUI</option>
    
<option>-framework MessageUI</option>
    
<option>-weak_framework StoreKit</option>
    
<option>-framework SystemConfiguration</option>
    
<option>-framework CoreLocation</option>
    
<option>-framework UIKit</option>
    
<option>-framework Social</option>
    
<option>-framework WebKit</option>
    
<option>-framework CoreMedia</option>
    
<option>-framework MediaPlayer</option>
    
<option>-framework QuartzCore</option>
    
<option>-framework CoreImage</option>
    
<option>-framework CoreFoundation</option>
    
<option>-framework CFNetwork</option>
    
<option>-lc++</option>
    
<option>-lz</option>
    
<option>-lsqlite3</option>
    
<option>-lxml2.2</option>
  
</linkerOptions>
  
<packagedDependencies>
    
<packagedDependency>MyStatic.framework</packagedDependency>
  
</packagedDependencies>
</platform>

Any solution?

unutoiul74955614
Participant
April 7, 2015

SAME ERROR HERE on installing on simulator...ANY RESOLVE?

Uninstall failed!

Uninstall error message:

2015-04-07 11:14:05.049 isb[54362:507] -[__NSCFString localizedDescription]: unrecognized selector sent to instance 0x100204650

2015-04-07 11:14:05.051 isb[54362:507] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString localizedDescription]: unrecognized selector sent to instance 0x100204650'

*** First throw call stack:

(

  0   CoreFoundation                      0x00007fff9319c25c __exceptionPreprocess + 172

  1   libobjc.A.dylib                     0x00007fff969ece75 objc_exception_throw + 43

  2   CoreFoundation                      0x00007fff9319f12d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205

  3   CoreFoundation                      0x00007fff930fa272 ___forwarding___ + 1010

  4   CoreFoundation                      0x00007fff930f9df8 _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/fb/dl91022n4bx1mbf0p5nc836nsdpd44/T/cmd8253812598072354530.tmp: line 1: 54362 Abort trap: 6           "/Applications/Adobe Gaming SDK 1.4/AIR SDK/lib/aot/bin/isb/isb" "-uninstall" "-appid" "com.bluetrendy.slidewords" "-sdkpath" "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk"

Install command:

  /Applications/Adobe Gaming SDK 1.4/AIR SDK/bin/adt

    -installApp

    -platform

    ios

    -platformsdk

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk

    -device

    ios-simulator

    -package

    /Projects/slide-words/Development/bin/SlideWords_v1.1.0.ipa

Install failed!

Install error message:

2015-04-07 11:14:07.620 isb[54373:507] -[__NSCFString localizedDescription]: unrecognized selector sent to instance 0x100200b60

2015-04-07 11:14:07.621 isb[54373:507] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString localizedDescription]: unrecognized selector sent to instance 0x100200b60'

*** First throw call stack:

(

  0   CoreFoundation                      0x00007fff9319c25c __exceptionPreprocess + 172

  1   libobjc.A.dylib                     0x00007fff969ece75 objc_exception_throw + 43

  2   CoreFoundation                      0x00007fff9319f12d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205

  3   CoreFoundation                      0x00007fff930fa272 ___forwarding___ + 1010

  4   CoreFoundation                      0x00007fff930f9df8 _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/fb/dl91022n4bx1mbf0p5nc836nsdpd44/T/cmd576424905056121092.tmp: line 1: 54373 Abort trap: 6           "/Applications/Adobe Gaming SDK 1.4/AIR SDK/lib/aot/bin/isb/isb" "-install" "-apppath" "/var/folders/fb/dl91022n4bx1mbf0p5nc836nsdpd44/T/e2a76a96-a16b-45d7-b63a-199544498acb/Payload/Slide Words.app" "-sdkpath" "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk"

Participant
October 1, 2014

Similar error. Here is more information

However, I have several copies of Xcode, and have tried on the new sdk, the iOS 7 sdk, and the iOS 6.1 sdk.

I have tried several different projects.

I am running FlashBuilder 4.7, Air SDK 14/ then 15.

Error occurred while installing the application:

2014-10-01 07:56:35.251 isb[8714:507] -[__NSCFString localizedDescription]: unrecognized selector sent to instance 0x100300ac0

2014-10-01 07:56:35.252 isb[8714:507] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString localizedDescription]: unrecognized selector sent to instance 0x100300ac0'

*** First throw call stack:

(

    0   CoreFoundation                      0x00007fff8e92a25c __exceptionPreprocess + 172

    1   libobjc.A.dylib                     0x00007fff885dae75 objc_exception_throw + 43

    2   CoreFoundation                      0x00007fff8e92d12d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205

    3   CoreFoundation                      0x00007fff8e888272 ___forwarding___ + 1010

    4   CoreFoundation                      0x00007fff8e887df8 _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

)

libc++abi.dylib: terminating with uncaught exception of type NSException

/var/folders/zl/2vlfd4k17w76fnslq0v1cf280000gn/T/cmd8563718863634654800.tmp: line 1:  8714 Abort trap: 6           "/Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK/lib/aot/bin/isb/isb" "-install" "-apppath" "/var/folders/zl/2vlfd4k17w76fnslq0v1cf280000gn/T/b46fd197-c6a3-47a2-b999-a06a154d35df/Payload/Spritzer.app" "-sdkpath" "/Applications/Xcode2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk"

Adobe Employee
September 19, 2014

Hi,

AIR 15 latest beta build has fixed similar issues and is available at http://labs.adobe.com/downloads/air.html.

Please try out and share your feedback.

Thanks

Govinda Gupta

Participant
September 23, 2014

I tried using the AIR 15 + Flex 4.13.0. However I got the same error message.