本文介绍了Xcode仪器:泄漏 - 应用程序在发布时崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Xcode乐器:泄漏 - 发布时应用程序崩溃
Xcode Instruments: Leaks - App crashes on launch
应用程序在设备和模拟器中崩溃。
The app crashes on both, a device and in a Simulator.
当使用电缆安装或通过Fabric通过无线方式正常工作时,什么可能导致应用程序因连接的仪器而崩溃。
更新:
使用Leaks选项卡启动Allocations工具有助于:
Update:Launching the "Allocations" instrument with the "Leaks" tab helps:
推荐答案
实际上我认为这是仪器的一个错误。尝试使用 Allocations 模板,然后单击+并添加 Leaks 工具。
Actually I think this is a bug of Instruments. Try to use the Allocations template instead, then click + and add the Leaks tool.
这篇关于Xcode仪器:泄漏 - 应用程序在发布时崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!