如何在 XCode 3 中构建和使用 plcrashreporter?
如何构建和使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用于构建磁盘映像的目标是“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.