FDT 5 Max Milestone 8 / Debug Connection from iOS Device

61 Views Asked by At

What is the current workflow for receiving debug traces from an iOS device within the FDT console?

How do you customize the ADT args?

*

${package} ${target} ${connection} ${sampler} ${market} ${special} ${legacyaot} ${signing} ${provision} ${output} ${content} ${icons} ${platformsdk}*

I tried to replace ${connection} with -connect MY_IP_ADDRESS, but that does not do the trick, the debugger dialog window does not pop up. Is an ANT-script still the only solution?

Thanks in advance!

2

There are 2 best solutions below

0
liquidcow On

Found it – even if you create an ad-hoc development .ipa file, you have to replace the ${target} with -target ipa-debug.

I still don't receive debug traces after starting the fdt debugger and then starting the app on the device. Any tipps are welcome.

WIFI is enabled, USB cable is connected.

0
liquidcow On

Okay, so easy – while focussing on the 'deploy' on device tab I totally missed the new part of FDT 5 Max in the debug configuration for the main class.