程序接收信号:“SIGKILL”当开始在乐器中录音时
我想使用Instruments
来检查我的iPhone应用程序中是否存在内存泄漏。
但是,一旦我按下 Instruments
中的 record 按钮,Xcode 状态栏提到: GDB:程序收到信号:“SIGKILL”
。
我的应用程序在我的 iPhone 上当然不再响应。
有谁知道问题是什么?
I would like to use Instruments
to check for any memory leaks in my iPhone app.
But as soon as I'm pressing the record button in Instruments
, the Xcode status bar is mentioning:GDB: Program received signal: "SIGKILL"
.
My app is of course not responding anymore on my iPhone.
Does anyone know what the problem is?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
第 1 步 - 退出 Instruments、Xcode 和模拟器。
第 2 步 - 启动 Xcode。
第 3 步 - 转到“运行”->使用性能工具运行->泄漏。
就是这样!
Step 1 - Quit the Instruments, Xcode and Simulator.
Step 2 - Start Xcode.
Step 3 - Go to Run -> Run with performance tool -> Leaks.
Thats it!