程序接收信号:“SIGKILL”当开始在乐器中录音时

发布于 2024-11-05 06:19:34 字数 296 浏览 2 评论 0原文

我想使用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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

逆夏时光 2024-11-12 06:19:34

第 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!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文