I have an AIR app that I want to test. Specifically, I want to test/debug AS3 code I've written around the FreshPlanet Payment ANE. It was recently updated to universal (inc. 64bit) on iOS.
My development certificates and provisioning profiles must be ok. I can test the app on my iOS devices if I remove the ANE stuff. I can build release apps (with a release certificate) with the ANE stuff included - and test them via TestFlight - but of course, I lose debugging, diagnostics, stack-traces, etc.
I want to be able to test on a device connected to my computer (with a development certificate). But I can't do that when I introduce the ANE stuff. It gives me an application verify error - and it can't install the app.
I've checked and double checked everything to do with certificates and provisioning. I checked that the .ipa includes 64bit support.
Any suggestions?