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
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 /
...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.