简体   繁体   English

带有嵌入式框架的Firebase IOS崩溃报告

[英]Firebase IOS Crash Reporting with Embedded Framework

I have a project which contains 3 targets 我有一个包含3个目标的项目

  • The application target 申请对象
  • The Embedded Framework 嵌入式框架
  • The today extension 今天的扩展

Which target should I include the Firebase Crash Framework into ? 我应将Firebase Crash Framework纳入哪个目标?

Currently I have included it into the embedded framework so that both the app and extension might use it. 目前,我已将其包含在嵌入式框架中,以便应用程序和扩展程序都可以使用它。

The problem is that symbol files related to the application are not being uploaded automatically. 问题是与应用程序相关的符号文件没有自动上传。 How do I get about this ? 我该怎么办?

Using the Firebase Crash SDK inside an Embedded framework and making the framework included in the App and the Today extension should work. 在嵌入式框架中使用Firebase Crash SDK,并使该框架包含在App和Today扩展中应该可以使用。

If you want to symbolicate the app related symbols, use the steps mentioned in https://firebase.google.com/docs/crash/ios#upload_symbol_files . 如果要符号化与应用程序相关的符号,请使用https://firebase.google.com/docs/crash/ios#upload_symbol_files中提到的步骤。 This will enable the app/extension to have their symbols de-symbolicated. 这将使应用程序/扩展名的符号不再符号化。

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

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