Xcode Instruments unable to take snapshots of leaks when running on device

拜拜、爱过 提交于 2019-12-22 03:16:18

问题


Recently I have not been able to test for leaks with Instruments when running apps on a device. Instruments will attempt to take a snapshot but the status will freeze at "Analyzing Process". At first I thought it was just taking it's time but I have waited over 20 minutes for it and had no luck. It does still work fine on the simulator though.

So far I have tried: - Using other devices with different ios versions - Restarting all devices - Updating Xcode to latest version - Running a number of different apps - Turning automatic snapshots off and trying manually

Unfortunately none of the above made any difference and I'm running out of ideas aside from reinstalling Instruments if possible.

Does anyone have any idea of what could be causing this?


回答1:


I also have the same issue and I have fixed it by adding a Developer Profile of my project.

You have to add a Developer Profile of your project in Organizer and set Build Setting -> Code Signing to Developer Profile. After that you can see the Leaks in Instrument.




回答2:


Also had this problem after a recent XCode update, and my scheme for Profiling was set to use the Build Configuration of "Release" when it needed to be "Debug" - which allowed the analysis to complete.




回答3:


Would you mind mentioning your XCode version? I had a same issue but after upgrading to XCode 4.5.1 its working fine. Also you can try one old hack - tabbing between Instruments and Xcode (it works sometimes).



来源:https://stackoverflow.com/questions/11994264/xcode-instruments-unable-to-take-snapshots-of-leaks-when-running-on-device

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!