Xcode 4.1 工具对我来说几乎不起作用

发布于 2024-11-25 11:41:05 字数 371 浏览 0 评论 0原文

可能的重复:
在 XCode 下通过配置文件启动 Instruments 的错误4.1 构建4B110

仪器过去工作得很好,但是现在我在 Lion 上安装了新的 4.1 Xcode,速度非常慢,我必须等待大约 5 分钟。它是有反应的。还有其他人有同样的问题吗?我也在用iOS模拟器。

我已经尝试过重新安装和卸载 Xcode 几次。

Possible Duplicate:
Bug with starting Instruments via Profile under XCode 4.1 Build 4B110

Instruments used to work fine, however now that I have the new 4.1 Xcode on Lion, it is extremely slow and I have to wait about 5 min before it is responsive. Is anyone else having this same problem? I am using iOS simulator too.

I have already tried reinstalling and uninstalling Xcode a few times as well.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

且行且努力 2024-12-02 11:41:05

/etc/authorization,添加以下内容:

<key>com.apple.instruments.process.analysis</key>
<dict>
<key>authenticate-user</key>
<false/>
<key>class</key>
<string>user</string>
<key>comment</key>
<string>Rights for Instruments</string>
<key>group</key>
<string>admin</string>
<key>shared</key>
<true/>
<key>timeout</key>
<integer>36000</integer>
</dict>

/etc/authorization, add following:

<key>com.apple.instruments.process.analysis</key>
<dict>
<key>authenticate-user</key>
<false/>
<key>class</key>
<string>user</string>
<key>comment</key>
<string>Rights for Instruments</string>
<key>group</key>
<string>admin</string>
<key>shared</key>
<true/>
<key>timeout</key>
<integer>36000</integer>
</dict>
带上头具痛哭 2024-12-02 11:41:05

尝试单独启动 Instruments,而不是使用 XCode 中的 Profile 构建选项。您应该能够在模拟器中运行您的应用程序,然后打开 Instruments,选择 Leaks,然后选择您的应用程序作为 Instruments 中的目标(在“系统”部分中选择目标、附加到进程)。

希望苹果能解决这个问题,但你至少应该能够检查是否有这样的泄漏。

[更新]
我这样做时遇到了一些奇怪的泄漏,所以,我不确定它是否完全有效或者只是我。

Try launching Instruments separately, instead of using the Profile build option in XCode. You should be able to run your app in Simulator, then open Instruments, select Leaks, and then choose your app as the Target in Instruments (Choose Target, Attach to Process, in the System section).

Hopefully, this is something that will be fixed by Apple, but you should be able to at least check for leaks like this.

[UPDATE]
I'm getting some weird leaks doing this, so, I'm not sure if it's completely working or just me.

哭了丶谁疼 2024-12-02 11:41:05

我尝试了运行 iApp,然后选择 Instruments 的方法。当我尝试启动 Instruments 时,iOS 模拟器退出了。

I tried the approach of running my iApp, then selecting Instruments. When I tried to then start up Instruments, the iOS Simulator quit.

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