Is it possible to check the finished ipa file using tools

I have an application created in an IPA file from Adobe Flashbuilder (with AIR), the application runs smoothly on the iPad. Well .. it worked smoothly until it ran into memory leaks. Is it possible to track the use of this application memory using Apple Instruments?

Now I am deploying this application by dragging and dropping the IPA file into iTunes and syncing it.

I need to track this app. Is it possible? What must be done ultimately to make it work?

+3
source share
3 answers

Yes. You can analyze using tools.

  • Install the application on your device.
  • Connect your device to your Mac.
  • "" "" ( , " .." ).
  • " ". - Mac. .
  • " ". . , .
  • , "", , , "/" ( , ) .

, .

+1

, Xcode. , , . ,

0

Try to launch the Tools and select the installed application on your device, if you receive this message, you know what is happening

Target failed to start: permission for debug com.fantageek.MyApp was denied. The application must be signed with a development identifier (e.g. iOS Developer).

0
source

All Articles