Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remote debugging for Flash CS6 and AIR iOS?

I'm using Flash CS6 and I would like to debug an AIR iOS app on my device but I can't establish a connection. I have my iPod Touch 5G connected via USB, checked "allow remote debugging", published the .ipa for "device debugging" and started the AS3 debugging session from the debug panel.

All I get is a window on my iPod that says enter HOST or IP. I tried both but the window comes up every time again and again without connecting. What step do I miss?

like image 762
Matt Avatar asked Mar 11 '15 16:03

Matt


1 Answers

Delete the app from your device and watch it as your app is installed to make sure that Flash is actually installing a new binary. (mine sometimes doesn't).

Try unplugging your phone, refresh device list, then re-plugging it in and refreshing the device list before starting the debug.

Try doing Debug menu > Debug Movie > On Device via USB > select your device. (to do this the .fla file must be the active file within Flash.) Note I'm using Flash Pro CC 2014 though, not CS6.

like image 174
crooksy88 Avatar answered Oct 15 '22 03:10

crooksy88