Skip to main content
Inspiring
February 22, 2013
Question

Remote/USB debug doesn't work for me in iOS

  • February 22, 2013
  • 2 replies
  • 926 views

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?

This topic has been closed for replies.

2 replies

Nimisha1
Participating Frequently
February 25, 2013

Can you please report a bug for the same @bugbase.adobe.com with a sample app(source code ,swf, app-xml and assets/ane) with which bug can be reproduced?

Also you can provide me the sample app(source code ,swf, app-xml and assets/ane) @nimisha1@adobe.com so that I can give it a try.

Please share the bug number here.

Thanks,

Nimisha

OMA2kAuthor
Inspiring
March 2, 2013

Hi Nimisha. I've added a bug report here:

https://bugbase.adobe.com/index.cfm?event=bug&id=3511689

I've also sent you an e-mail with a link to an app that exhibits this problem.

I hope a solution can be found.

Thank you!