Remote/USB debug doesn't work for me in iOS
I'm trying to debug my app in the iPad, but whenever I use the ipa-debug or ipa-debug-interpreter targets, the app just plain doesn't work. It gets stuck in the first screen and nothing happens, no matter if I use -connect "my-ip" (remote debugging) or if I use -listen myPort (USB debugging). The app just doesn't work.
If I use ipa-test-interpreter or ipa-ad-hoc, then it does work, but of course I can't debug. This happens in AIR 3.6 and also previous versions as well.
My command line:
"c:\Program Files (x86)\Adobe\Adobe Flash CS6\AIR3.6\bin\adt.bat" -package -target ipa-debug-interpreter -connect "192.168.1.11" -provisioning-profile ..\cert\ios\iPad2_01.mobileprovision -storetype pkcs12 -keystore ..\cert\ios\ios_dev.p12 -storepass MyPassword MyApp.ipa MyApp-app.xml -C . MyApp_ios.swf icons\MyApp_icon.png Default-Landscape.png -extdir ..\ane
Did someone experience the same?
