I dont have problem to compile the ANDROID and IOS packages, but I can connect via USB to debugging on IOS, the compiler returns a error 12 "Invalid device ID", but the ID is right...
here's part of my ant file;
<target name="install-ios" depends="uninstall-ios">
<exec executable="${ADT}" failonerror="true">
<arg line="-installApp
-platform
ios
-platformsdk
${IOS_SDK}
-device
xxx
-package
${ios-deploy}"/>
</exec>
</target>
<target name="launch-ios" depends="install-ios">
<exec executable="${ADT}" failonerror="true">
<arg line="-launchApp
-platform
ios
-platformsdk
${IOS_SDK}
-device
xxx
-appid
${project-package}.${project-alias}"/>
</exec>
</target>
Anyone have any idea?
cheers,
valck
Hi Valkin,
The installation, uninstallation and launch of application on iOS is not supported as of now. The only support is for USB debugging. So on needs to install the application pacakged with -listen <port> option using iTunes and then use idb -forward to forward the port from desktop machine to device and then use FDB for debugging the application.
Also the debugging support is also not avaialbe in the FlashBuilder as of now, so one needs to do it from the commandline.
Hope this helps,
-rajat
North America
Europe, Middle East and Africa
Asia Pacific