Firebase崩溃难以理解 [英] Firebase crashes unreadable

查看:291
本文介绍了Firebase崩溃难以理解的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在阅读有关FireBase的崩溃报告时遇到问题,我的报告如下:





我已经按照



已经下载的FireBase提供了示例(崩溃示例不包括自动编写符号的脚本)



已经遵循此解决方案(不起作用):






  • 7)启用firebase脚本中的所有权限

      chmod -R 777 ./Pods/FirebaseCrash 

    8)添加了步骤5中提到的firebase配置链接中提到的脚本阶段(我注意到我之前的配置不正常名称中的空格,所以我创建了一个非空格名称)





    最后(我不确切知道是谁)正在工作:




    I have a problem reading crash reports on FireBase, my reports look like:

    I've already followed these instructions to symbolicate the stacktrace, got the same result.

    • I'm using Xcode 8
    • My app is made in Swift 3
    • Already wrote "FIRApp.configure()" in my appDelegate.didFinishLaunchingWithOptions method, did make it crash, deattach the debbuger, fix the error, re-run the app, got message "Crash successfully uploaded", etc...
    • I'm using pods(pod 'Firebase' and pod 'Firebase/Crash')
    • I see in the FireBase console my events and crashes(just are unreadable)
    • Installed the script for symbolicate automatically on build(see image):

    Already downloaded FireBase provided examples(crash example does not include the scripting for symbolicate automatically)

    Already followed this solutions(which didn't work):

    and many others.

    Already visited last 6 months links on stackoverflow and google groups with this problem.

    Nothing has worked, help please!!!

    Update#1: I received an email from firebase-support@google.com saying:

    reset your OAuth credentials

    Didn't work, also I've been testing the script and the upload is correct, I'm starting to think is a Firebase bug

    解决方案

    Finally, eureka!

    I'm not sure about what was the mistake but I paste it here in case anyone is experiencig the same error:

    1) I deleted my app on Firebase console

    2) Create in Firebase console a new app with different name

    3) Create and download a new GoogleService-Info.plist

    4) Delete previous keys(rm $HOME/Library/Preferences/com.google.SymbolUpload*)

    5) Create new firebase crash configuration

    6) Copy the obtained file on step 5 to my root path on my project

    7) Enable all permissions in firebase scripts

    chmod -R 777 ./Pods/FirebaseCrash
    

    8) Added the script phase as mentioned in the firebase configuration link mentioned in step 5 (I noticed that my not working previous configuration had blank spaces in name, so I created a non blank spaces name)

    And finally(I don't know exactly wy) is working:

    这篇关于Firebase崩溃难以理解的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆