Can you test compiled IPAs using Xcode Instruments?
I'd like to look for leaks and other various things that the instruments supports over flash builder profiling. Is it possible to test a compiled IPA from flash builder using Xcodes instruments? If so, how do you set the target properly?
I'd like to do it on the device itself but if only the simulator is possible, either is fine. I just can't figure out how to specify the IPA as the target.
I did rename it to a .zip and uncompress the Payload folder and point to that app in instruments and it just tells it it fails to load the app.
Thanks for any tips!
