简体   繁体   English

TestFlight Beta版本和AppStore中没有Crashlytics的日志

[英]No logs in Crashlytics from TestFlight Beta builds and AppStore

I've been using Crashlytics for a long time now (starting when there was no Fabric yet), but recently I have a problem with new application that is distributed through Test Flight Beta and it's already in the AppStore. 我已经使用Crashlytics很长一段时间了(从没有Fabric开始的时候开始),但是最近我遇到了通过Test Flight Beta分发的新应用程序的问题,它已经在AppStore中了。

I configured Crashlytics as usual using CocoaPods and Fabric OS X app. 我像往常一样使用CocoaPods和Fabric OS X app配置了Crashlytics。 I distribute new versions using Test Flight Beta. 我使用Test Flight Beta分发新版本。

The problem is that I'm not receiving any crash reports. 问题是我没有收到任何崩溃报告。 Moreover, in the Answers section I only see simulator devices... 而且,在Answers部分我只看到模拟器设备......

I haven't change any default settings, neither have I set to build Fabric only in debug mode. 我没有更改任何默认设置,也没有设置仅在调试模式下构建Fabric。

Any ideas where to search for the cause? 任何想法在哪里寻找原因?

Most probably it can be due to that Crashlytics is missing dSYMs related to your latest version in the testflight. 最有可能的原因可能是Crashlytics缺少与您在testflight中的最新版本相关的dSYM。 Download the dSYMs from Xcode build or through the itunesconnect (AppstoreConnect) account & upload it to Crashlytics. 从Xcode版本或通过itunesconnect(AppstoreConnect)帐户下载dSYM并将其上传到Crashlytics。

在此输入图像描述

I had the same problem and after uploading dSYMs I could see all the Crashlytics related to testflight version 我有同样的问题,在上传dSYM后,我可以看到所有与testflight版本相关的Crashlytics

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

相关问题 TestFlight 的所有新版本在发布时突然开始崩溃,并且在 Crashlytics 上没有崩溃日志 - All new builds from TestFlight Suddenly started crashing on launch and with no Crash Logs on Crashlytics 从 TestFlight beta 应用程序更新应用程序到 AppStore 列出的应用程序 - Update application to AppStore listed app from TestFlight beta app 在 AppStore 批准后上传新的 TestFlight 版本 - Uploading new TestFlight builds after AppStore approval AppStore审查和TestFlight beta审查同时进行? - AppStore review and TestFlight beta review at the same time? Crashlytics无法从TestFlight接收崩溃 - Crashlytics not receiving crashes from TestFlight iOS应用程序的AppStore版本及其在同一设备上的多个Testflight构建 - AppStore release of iOS app and its multiple Testflight builds on the same device 从 TestFlight 推送到 AppStore 新版本 - Pushing from TestFlight to AppStore new version 来自TestFlight分布式应用程序的令人困惑的Crashlytics报告 - Confusing Crashlytics reports from TestFlight distributed app 现在,TestFlight Live成为私有的FlightPath测试版,我们还能将TestFlight留在生产版本中吗? - Now that TestFlight Live became private FlightPath beta, can we still leave TestFlight in production builds? 如何使用Apple的TestFlight访问测试版设备日志 - How to get access to beta device logs using Apple's TestFlight
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM