-
1. Re: Problem launching iOS Simulator with AIR 15.0.0.274
Govind@adobe Sep 22, 2014 10:39 PM (in response to stolennickname)Hi,
Please try –platformsdk with following path
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SD Ks/iPhoneSimulator8.0.sdk
Thanks
Govinda Gupta
-
2. Re: Problem launching iOS Simulator with AIR 15.0.0.274
Graham Smith Sep 23, 2014 8:52 AM (in response to stolennickname)Hi ,
The only way i found for Xcode6 with Air 15.0.0274 is to manually install the apps in the same place as the included native ones .
Go to the xcode directory below in applications:-
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SD Ks/iPhoneSimulator.sdk/Applications
you'll need to unpack the .ipa file and copy the .app into the directory above, it needs authentication, then fire up the simulator
by opening xcode :-
on the xcode menu - go to :-
xcode - open developer tool - IOS simulator
you should see the app in which ever simulator you choose on the second screen - swipe left .. fingers crossed..
-
3. Re: Problem launching iOS Simulator with AIR 15.0.0.274
stolennickname Sep 23, 2014 7:02 PM (in response to Govind@adobe)Adding the additional
-platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator.sdk
option does remove this error, but it is followed by another:
Signing options required to package IPA
Unfortunately I think something is broken in my IDE (IntelliJ IDEA 14) and the keystore settings from the build configuration are not being reflected in the ADT command. It is pointing to -keystore /Applications/IntelliJ IDEA 14.app/Contents/plugins/flex/lib/temp_keystore.p12 instead, and can't be overridden.
-
4. Re: Problem launching iOS Simulator with AIR 15.0.0.274
Jitender thakur Sep 23, 2014 10:22 PM (in response to Graham Smith)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/S DKs/iPhoneSimulator8.0.sdk/
Install App :
adt -installApp -platform ios -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator8.0.sdk -device ios-simulator -package < ipa >
Launch App :
adt -launchApp -platform ios -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator8.0.sdk -device ios-simulator -appid <APP ID>
Thanks
Jitender
-
5. Re: Problem launching iOS Simulator with AIR 15.0.0.274
stolennickname Sep 24, 2014 1:06 PM (in response to Jitender thakur)Thanks Grahamsmith for verifying this. The command line approach works, so the problem does not lie in the AIR or iOS SDKs, so I'm marking this issue as fixed.
Unfortunately using the command line approach removes any debugging advantage I get from using my IDE of choice (IntelliJ IDEA). There is some severe problem with the build configuration process of IntelliJ IDEA 14 which continues to apply a bogus keystore value during the packaging process. This is outside the scope of Adobe though.
-
6. Re: Problem launching iOS Simulator with AIR 15.0.0.274
leejk Oct 2, 2014 1:17 PM (in response to stolennickname)Did you log this already in youtrack.jetbrains.com?
-
7. Re: Problem launching iOS Simulator with AIR 15.0.0.274
Graham Smith Oct 6, 2014 5:40 AM (in response to Jitender thakur)Hi ,
unfortunately still not had success using the command lines you suggested for installing , i don't get errors... its just that nothing ever appears on the simulator.
then... when i use the launch command it just tells me that that nothing is installed !
Tried again this morning using AIR 15.0.0.302 (Xcode 6.0.1).
I think the problem is to do with iPhoneSimulator8.0.sdk showing up as a shortcut on the xcode installation.
i'm still using the manual install method i described earlier, which works a treat, and shows the correct dpi for iphone 6 plus etc
-
8. Re: Problem launching iOS Simulator with AIR 15.0.0.274
Jitender thakur Oct 7, 2014 4:17 AM (in response to Graham Smith)Hi,
It seems that two xcode versions are installed on your machine. So probably the app gets installed on one simulator and you try launching it on another.
Try changing the version from XCODE : Xcode> Preferences> Locations> Command Line tools dropdown.
You need to select the XCODE version everytime when you use SDK 7.1 or 8.0.
-
9. Re: Problem launching iOS Simulator with AIR 15.0.0.274
DonMarksen Oct 7, 2014 7:44 AM (in response to Graham Smith)I have the same like grahamsmith & stolennickname
When i try to use the IOS Simulator with my Flash CC 2014 (October 2014 Release and AIR 15.0.0.302) i get
Uninstall Application From iOS Simulator
Unknown or unsupported SDK version:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SD Ks/iPhoneSimulator.sdk
And the App is not installed:
I have the latest Version of XCODE installed (only this Version, no other XCODE Installs are on my Mac), tried all the above solution and everything failed.
Any hints?
Thanks in advanced
P.S.: Don't post the same like Jitender thakur on 23.09.2014 22:22 again, it is not working for me!
-
10. Re: Problem launching iOS Simulator with AIR 15.0.0.274
Graham Smith Oct 8, 2014 1:32 AM (in response to Jitender thakur) -
11. Re: Problem launching iOS Simulator with AIR 15.0.0.274
DonMarksen Oct 8, 2014 2:10 AM (in response to Graham Smith)Same here, Graham ... Only XCODE 6.0.1 (6A317) installed. This Problem is annoying ...
-
12. Re: Problem launching iOS Simulator with AIR 15.0.0.274
Jitender thakur Oct 9, 2014 3:34 AM (in response to DonMarksen)Hi,
Please share the packaging, install and launch commands that you are using. Also, could you please reproduce the issue with SDK 7.1.?
P.S: Try platformsdk with following path in case you are using SDK 8.0:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SD Ks/iPhoneSimulator8.0.sdk
and , with SDK 7.1 use the following path:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SD Ks/iPhoneSimulator7.1.sdk
Thanks.
-
13. Re: Problem launching iOS Simulator with AIR 15.0.0.274
DonMarksen Oct 9, 2014 3:42 AM (in response to Jitender thakur)As i told you above, I am using Flash CC 2014 (October Release) ... So, I don't use any Commandline Nittygritty!
I go on "Debugging" and choose to "In IOS Simulator". I get this:
Uninstall Application From iOS Simulator
Unknown or unsupported SDK version:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SD Ks/iPhoneSimulator.sdk
When I use the Terminal and your Command Line Options, I got the Same:
Uninstall Application From iOS Simulator
Unknown or unsupported SDK version:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SD Ks/iPhoneSimulator.sdk
regards
-
14. Re: Problem launching iOS Simulator with AIR 15.0.0.274
leoluz Oct 13, 2014 6:27 AM (in response to DonMarksen)Same problem here. Awaiting response for a long time in another post.
-
15. Re: Problem launching iOS Simulator with AIR 15.0.0.274
BenjaminParis Oct 14, 2014 6:21 AM (in response to stolennickname)Same problem here, with Flash CC2014 latest release, AIR 15.0, Xcode 6.0.1 and IOS SDK 8.0.
-
16. Re: Problem launching iOS Simulator with AIR 15.0.0.274
descovi Oct 24, 2014 4:30 AM (in response to DonMarksen)Maybe is
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SD Ks/iPhoneSimulator.sdk
instead
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SD Ks/iPhoneSimulator.sdk
Without the empty space between SD and K
-
17. Re: Problem launching iOS Simulator with AIR 15.0.0.274
DonMarksen Oct 24, 2014 4:31 AM (in response to descovi)Even without empty space it is not working ...
-
18. Re: Problem launching iOS Simulator with AIR 15.0.0.274
BenjaminParis Oct 24, 2014 4:50 AM (in response to descovi)No it's a bug: Re: Problem to access iOS Simulator from Flash CC
-
19. Re: Problem launching iOS Simulator with AIR 15.0.0.274
Colin Holgate Oct 24, 2014 7:34 AM (in response to descovi)Hopefully you will be amused when you see your own post. The space between SD and K is an oddity in this forum. Your corrected version also showed up with that space.
-
20. Re: Problem launching iOS Simulator with AIR 15.0.0.274
stolennickname Oct 24, 2014 10:49 AM (in response to stolennickname)Ok let's see if this copy paste doesn't insert a space :
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SD Ks/iPhoneSimulator8.1.sdk
I found that I needed to point to the specifically numbered alias to make the compiler happy. The exact number will depend upon your SDK install, take a peek inside your Xcode application bundle to make it match.
-
21. Re: Problem launching iOS Simulator with AIR 15.0.0.274
stolennickname Oct 24, 2014 10:51 AM (in response to stolennickname)Nope, the nasty "S**" work still getting censored by the naughty word filter. There are some words developers must never mention.
-
22. Re: Problem launching iOS Simulator with AIR 15.0.0.274
Colin Holgate Oct 24, 2014 10:51 AM (in response to stolennickname)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.
-
23. Re: Problem launching iOS Simulator with AIR 15.0.0.274
leoluz Oct 24, 2014 10:57 AM (in response to stolennickname)That space problem happens here at the forum when we paste it. But the important thing is that, with ou without the number inside Flach CC 2014 with Xcode 6, the iOS Simulator won't launch.
-
24. Re: Problem launching iOS Simulator with AIR 15.0.0.274
Jitender thakur Oct 27, 2014 6:30 AM (in response to DonMarksen)Hi,
We are working on this. We will let you know once the fix is available.
Note:
Try platformsdk with following path in case you are using SDK 8.0:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SD Ks/iPhoneSimulator8.0.sdk
and , with SDK 7.1 use the following path:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SD Ks/iPhoneSimulator7.1.sdk
Thanks.
-
25. Re: Problem launching iOS Simulator with AIR 15.0.0.274
leoluz Oct 27, 2014 7:43 AM (in response to Jitender thakur)Hi. No way. None of the paths works. Xcode received an actualization. Now the most recent simulator is 8.1.






