Xcode Instruments stops recording when iPad app leaves the splash screen

前端 未结 2 1295
生来不讨喜
生来不讨喜 2021-02-15 14:39

I am writing an iPad app and I would like to use Xcode Instruments to see if my app has any memory leaks. I have used Instruments successfully before but with Xcode 4.0.2 recen

相关标签:
2条回答
  • 2021-02-15 15:02

    Have you tried changing the profile build from Release to Debug (go into "Edit Schemes" and you can change it there for Profiling)?

    It could be something in the release build is causing Instruments to disconnect.

    Also, pull up the device console in Organizer while it is running, and see if you see any messages related to the detachment.

    0 讨论(0)
  • 2021-02-15 15:21

    Be sure, you device is turned on (in some cases it can be spontaneously shut down).

    0 讨论(0)
提交回复
热议问题