简体   繁体   English

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

[英]How do you build and use the plcrashreporter in XCode 3?

How do you build and use the http://code.google.com/p/plcrashreporter/ PL Crash reporter tools for iOS in Xcode 3? 您如何在Xcode 3中构建和使用适用于iOS的http://code.google.com/p/plcrashreporter/ PL Crash报告程序工具?

I downloaded the Google code project and it is the most complicated and confusing X-Code project I've ever seen. 我下载了Google代码项目,它是我见过的最复杂,最令人困惑的X代码项目。 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? 有没有人有关于如何使用PLcrashreporter工具的更高级功能的简单教程或解释?

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. 这将构建Mac OS X和iOS框架,文档以及独立的发行磁盘映像。

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. 如果要单独构建框架,则“ CrashReporter”目标将构建iOS和Mac OS X框架,而“ CrashReporter-iOS”目标将仅构建iOS框架。

You might need to hold down the option key and select 'Use Base SDK' when selecting the above build targets. 选择上述构建目标时,您可能需要按住Option键并选择“ Use Base SDK”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM