如何在 XCode 3 中构建和使用 plcrashreporter?

发布于 2024-12-01 05:53:48 字数 330 浏览 1 评论 0原文

如何构建和使用http://code.google.com/p/plcrashreporter/ Xcode 3 中适用于 iOS 的 PL 崩溃报告工具?

我下载了 Google code 项目,它是我见过的最复杂、最令人困惑的 X-Code 项目。需要从项目中构建或复制哪些工件以在您自己的项目中用于报告代码?

我构建了一个更简单的捕获/电子邮件工具,但它没有给我其他线程的状态。有人有关于如何使用 PLcrashreporter 工具的更高级功能的简单教程或解释吗?

How do you build and use the http://code.google.com/p/plcrashreporter/ PL Crash reporter tools for iOS in Xcode 3?

I downloaded the Google code project and it is the most complicated and confusing X-Code project I've ever seen. What are the artifacts to build or copy out of the project to use in your own project to report code?

I built a simpler catch/email tool, but it doesn't give me the state of other threads. Does anyone have a simple tutorial or explanation of how to use the more advanced features of the PLcrashreporter tool?

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

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

发布评论

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

评论(1

川水往事 2024-12-08 05:53:48

用于构建磁盘映像的目标是“Disk Image”;这将构建 Mac OS X 和 iOS 框架、文档和独立的发行磁盘映像。

如果您想单独构建框架,“CrashReporter”目标将构建 iOS 和 Mac OS X 框架,“CrashReporter-iOS”目标将仅构建 iOS 框架。

选择上述构建目标时,您可能需要按住 option 键并选择“使用 Base SDK”。

The target used to build the disk image is 'Disk Image'; this will build the Mac OS X and iOS frameworks, documentation, and a standalone release disk image.

If you want to build the framework alone, the 'CrashReporter' target will build the iOS and Mac OS X frameworks, and the 'CrashReporter-iOS' target will build just the iOS framework.

You might need to hold down the option key and select 'Use Base SDK' when selecting the above build targets.

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