-
1. Re: Can't Debug from Flash to iOS Simulator
builder623 Oct 7, 2014 6:43 AM (in response to builder623)I have been trying the command line approach but keep getting this error in terminal when I try to to install...
Application architecture is not supported on iOS simulator.
Here is the code I use
/Applications/Adobe\ Flash\ CC\ 2014/AIR15.0/bin/adt -installApp -platform ios -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator8.0.sdk -device ios-simulator -package StaffWars.ipa
-
2. Re: Can't Debug from Flash to iOS Simulator
Colin Holgate Oct 7, 2014 7:32 AM (in response to builder623)What was your build line like? Is it as described here?:
Adobe AIR * Device simulation using the iOS Simulator
As an aside, you don't need to put the AIR folder into the Flash Pro folder. When you manage AIR SDKs from the Help menu you can point to the SDK in your Downloads folder. That way if you need to update Flash Pro, or reinstall it, the AIR 15 beta will be safe.
-
3. Re: Can't Debug from Flash to iOS Simulator
builder623 Oct 7, 2014 9:54 AM (in response to Colin Holgate)Here is my build line:
/Applications/Adobe\ Flash\ CC\ 2014/AIR15.0/bin/adt -package -target ipa-debug-interpreter-simulator -storetype pkcs12 -keystore Certificates.p12 -storepass <password> StaffWars.ipa StaffWars-app.xml StaffWars.swf -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator8.0.sdk/
-
4. Re: Can't Debug from Flash to iOS Simulator
builder623 Oct 9, 2014 7:47 AM (in response to builder623)I got this right form these forums (with exception to the path)
Package App :
/Applications/Adobe\ Flash\ CC\ 2014/AIR15.0/bin/adt -package -target ipa-debug-interpreter-simulator -storetype pkcs12 -keystore Certificates.p12 -storepass ******** StaffWars.ipa StaffWars-app.xml StaffWars.swf -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator8.0.sdk/
Install App :
/Applications/Adobe\ Flash\ CC\ 2014/AIR15.0/bin/adt -installApp -platform ios -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator8.0.sdk -device ios-simulator -package StaffWars.ipa
Here I get the error.... "Unable to install the application on iOS Simulator"
Launch App :
/Applications/Adobe\ Flash\ CC\ 2014/AIR15.0/bin/adt -launchApp -platform ios -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator8.0.sdk -device ios-simulator -appid com.themusicinteractive.StaffWars
Thanks
-
5. Re: Can't Debug from Flash to iOS Simulator
builder623 Oct 13, 2014 7:57 AM (in response to builder623)Does anyone else get this error?
-
6. Re: Can't Debug from Flash to iOS Simulator
Colin Holgate Oct 13, 2014 7:59 AM (in response to builder623)Yes, I do. I'm not able to test from other tools either, so I think it's a change in Xcode, but it would be nice if Flash could be fixed to work around the issue.
-
7. Re: Can't Debug from Flash to iOS Simulator
builder623 Oct 14, 2014 7:34 PM (in response to Colin Holgate)So the command line approach doesn't work either.....
Just confirming so I don't spend anymore time.....
Craig
-
8. Re: Can't Debug from Flash to iOS Simulator
aminefraj Oct 27, 2014 6:52 AM (in response to builder623)Hello,
Finally, i'm able to test on iOS simulator.
I used this path & the last update Flash CC 2014 and last Air sdk version:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator.sdk
U should change the name of the app for each test (in all fields) & run with intereptor mode.
Sorry for my english.
Hope i helped


