Crashlytics does not show crashes

后端 未结 5 1621
有刺的猬
有刺的猬 2020-12-10 01:28

I have just installed Crashlitycs using this official instruction.

I have set Debug Information Format is “DWARF with dSYM File” for both Debug and Release and disab

5条回答
  •  抹茶落季
    2020-12-10 02:05

    Still relevant in 2019.

    Just like Zac Kwan said, you have to do this without your app instance attached to Xcode.

    If you're following these docs, they make you understand it as, you add the needed information, then to test, press the crash button, then relaunch, all via Xcode.

    Do the following:

    1. Add the needed Crashlytics information to your project. Run it in Xcode once. Then go ahead and manually go to your simulator, open your app, force the crash.
    2. You should get an email about a "Fatal Error".
    3. About 5-10 minutes later, it will show in your Firebase console.

提交回复
热议问题