Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Debug AIR app in iOS Simulator ignores build configuration

$
0
0

I'm developing an Adobe AIR 15 project for mobile. I'm getting a number of errors during packaging when tring to debug my AIR app in the iOS Simulator. It's as if the build configuration settings are being ignored.

 

The first error I see is:

Create iOS Package

[see error 1 screenshot]

 

Not very informative, huh?

 

If I add the following to the build configuration Additional ADT options field under the iOS tab:

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

 

…then the packaging goes a little further, but then errors out with:

Create iOS Package

Signing options required to package IPA

[see error 2 screenshot]

 

The Provisioning profile, Keystore file, and Apple iOS SDK paths are all properly set in the build configuration. In the feedback for the second error, I see that there is some temporary p12 file being used and not the one I explicitly set in the build configuration. I'm starting to think that IntelliJ IDEA is broken with regards to the latest iOS SDK, or else I'm missing some esoteric settings.

 

Project & dev setup details: Pure ActionScript AIR 15.0.0.274 project targetting iOS 7+, Xcode 6.0.1, IntelliJ IDEA 14 EAP IU-138.2210.3, OS X 10.9.5.


Viewing all articles
Browse latest Browse all 5661

Trending Articles