【问题标题】:FirebaseCrashlytics crash does not report crash while creating build from Appcenter从 Appcenter 创建构建时,FirebaseCrashlytics 崩溃不报告崩溃
【发布时间】:2020-08-13 21:54:17
【问题描述】:
当我从 Xcode 安装构建时,它会正确报告崩溃,但是当我尝试从 Appcenter 创建构建时,不会报告同样的崩溃。
我正在检查发布模式。我已经尝试了两种工作区设置,即 New build system 和 Legacy Build System,但没有运气。
使用 XCode 11.2.1 和 FirebaseCrashlytics(~> 4.0.0) pod。
【问题讨论】:
标签:
ios
xcode
firebase-crash-reporting
【解决方案1】:
检查所有第三方框架的启用位码设置。如果都启用了位码,则将位码设置为是,否则设置为否
在 Build Settings >> Build Options >> Enable Bitcode set value for Project and Targets
如果您使用的是 Cocoapods,还要检查 Pod 项目中的 Bitcode。