ios - Xcode Organizer 崩溃 没有帐户记录?

标签 ios xcode crash xcode6 crash-reports

我关注分析崩溃报告

https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/AnalyzingCrashReports/AnalyzingCrashReports.html

仍然没有数据。

我错过了一些没有写在分析崩溃报告中的东西吗?

我检查了所有步骤

enter image description here

但还是这样, enter image description here

最佳答案

我们也遇到这个问题有一段时间了,正在努力寻找原因。

拦截 Xcode 的请求向我们展示了 Xcode 尝试加载最新崩溃报告时的实际错误:

The updated Apple Developer Program License Agreement needs to be reviewed. In order to update your existing apps and submit new apps to the App Store, the user with the Legal role (Team Agent) must review and accept the updated agreement in their account on the developer website.

这与我们按下“下载 dSYMs...”按钮时收到的错误消息相同。

这很令人困惑,因为我们已经接受了在成员(member)中心和 iTunes Connect 中可以找到的所有协议(protocol)。

后来我们发现,我们不仅需要接受我们应用的 App Store 帐户的协议(protocol),而且我们还必须接受链接到同一 Apple ID 的所有 App Store 帐户的协议(protocol)。因此,这取决于您的 Apple ID,这解释了为什么有时只有部分开发者受到此问题的影响。

TLDR:如果您的 Apple ID 与多个 App Store 帐户(在成员(member)中心和 iTunes Connect 中)关联,请确保所有这些帐户均接受协议(protocol).

关于ios - Xcode Organizer 崩溃 没有帐户记录?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31605016/

相关文章:

iphone - 查看iphone设置中是否启用了3G

objective-c - 在 Xcode 中,我如何知道哪个类实现了协议(protocol)?

ios - 如何为 TestFlight 提供应用内购买

xcode - 设置大型 Xcode 项目

android - 在一个 Activity 和布局中使用几个ListView

iPhone 应用程序在访问 NSString 时随机退出

android - Hello World 应用程序在 2.3.3 (API 10) 上崩溃,但在 5.1 (API 22) 上运行良好

iOS 9 崩溃 - 无法识别的选择器发送到实例;选择器是有效的属性

ios - CoreData 不返回任何行

ios - UIDocument、FileWrapper 和第三方文件提供商