xcode:如何将instruments Leaks工具与模拟器连接?
我想检测我的应用程序中是否存在内存泄漏。但问题是,当我单击红色按钮时,它会显示一个窗口来选择可执行文件,但我不知道如何将仪器的泄漏实用程序指向我的 iPhone 模拟器应用程序。
I want to detect if there are memory leaks in my application. But the problem is that when I click to red button it show a window to chose executable, but I do not know how to point instrument's leak utility to my iphone Simulator application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Xcode 中转到产品 >配置文件,然后选择泄漏。
In Xcode goto product > Profile, then select leaks.