xcode - 试飞 Beta 测试 : Xcode 6. 3 Beta 4 未显示崩溃

标签 xcode crash xcode6 testflight beta-testing

我正在关注新的试飞程序。我开发了一个应用程序(我通过 Xcode 提交到 iTunes Connect 门户),如果点击 UIButton,该应用程序就会崩溃。由于该应用程序可用于内部测试人员的 Beta 测试,因此我希望在 Xcode 6.3 Beta 4 的新 Crashes 部分中看到崩溃日志(请参阅 Crashes Organizer Help )。但什么也没有。没有可用的崩溃。

这有什么特别的原因吗?这与我使用的测试仪类型有关吗?据我了解,Xcode 6.3 是 Beta 版本。

最佳答案

更新

Xcode 6.3 已发布,现已提供崩溃功能。

原始答案

来自苹果文档

How Crash Logs Are Collected and Aggregated into Crash Reports

Apple provides a service that collects crash logs from users and organizes them into downloadable crash reports. However, crash logs are collected only if you upload an app with the symbols. (In the Archives organizer, select the “Include app symbols for your application…” box when you upload your app to iTunes Connect.) For apps released in the App Store, the user must also agree to share crash logs with developers. TestFlight users automatically share crash logs with developers. The service that creates the crash reports does the following:

  • Collects crash logs from both TestFlight and App Store builds

  • Provides the total number of unique devices where the crash occurred

  • Provides a sample set of crash logs for each crash report

  • Removes all personal user data from the crash logs

  • Creates crash reports daily

When you open the Crashes organizer, Xcode begins refreshing the crash reports for your apps. Xcode downloads the top crash reports—crash reports with the most number of occurrences on unique devices—that occurred during the past two weeks. However, there may be up to a three day delay between when you first distribute your app and when crash reports are available in Xcode.

重点是我的。

所以我想我需要等待。

关于xcode - 试飞 Beta 测试 : Xcode 6. 3 Beta 4 未显示崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29408003/

相关文章:

ios - 关于为什么这个 Swift 代码不能编译的任何想法?

ios - AVPlayerViewController 不播放视频并显示 Quicktime Logo

ios - 使用 AVPlayer 黑屏(在模拟器和设备中)

swift - WKWebView 在 deinit 时崩溃

Xamarin Forms Android 应用程序在启动后崩溃(启动)

opengl - LWJGL 3.1.6 OpenGL 4.1 在 macOS High Sierra 上崩溃

ios - 如何在数组中有多个图像路径?

ios - 如何防止 Xcode 8 在 .pbxproj 中保存 "development team"?

ios - 小数点前或小数点后无零

ios - Xcode失去了代码意义?