• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Problem launching iOS Simulator with AIR 15.0.0.274

Contributor ,
Sep 22, 2014 Sep 22, 2014

Copy link to clipboard

Copied

I am not having any luck debugging my pure ActionScript AIR 15.0.0.274 project with the iOS Simulator included with Xcode 6.0.1 (OS X 10.9.5). Does iOS Simulator debugging work for anyone else with this combination of AIR & Xcode?

The packaging process errors out with the following message:

Uninstall Application From iOS Simulator

Unknown or unsupported SDK version:

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

TOPICS
Air beta

Views

4.3K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Sep 23, 2014 Sep 23, 2014

Hi Grahamsmith,

We have verified the issue at our end, things are working fine.

Could you please use following command to package and install app on simulator.

Package App :

adt -package -target ipa-test-interpreter-simulator -storetype <type> -keystore < Certificates > -storepass < password > <.ipa>  <.xml>  <swf> -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/

Install App :

adt -installApp -platform ios -platformsdk /

...

Votes

Translate

Translate
LEGEND ,
Oct 24, 2014 Oct 24, 2014

Copy link to clipboard

Copied

As you can see, it's a forum issue.

I haven't been able to test to the simulator either, but I may not have tried 7.1 in particular. I have tried no number, and 8.0, and those fail.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines