Firebase crashes unreadable

前端 未结 3 2063
遇见更好的自我
遇见更好的自我 2021-01-15 04:44

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

3条回答
  •  悲&欢浪女
    2021-01-15 05:33

    Your upload script doesn't appear to be setting the GOOGLE_APP_ID var.It should something like:

    # Replace this with the GOOGLE_APP_ID from your GoogleService-Info.plist file

    1:xxxxxxxxx:ios:xxxxxxxxxxx=1:my:app:id
    

    # Replace the /Path/To/ServiceAccount.json with the path to the key you just downloaded

    "${PODS_ROOT}"/FirebaseCrash/upload-sym "firebasecrash/firebasecrashreport.json"

    Here firebasecrashreport.json is name of ServiceAccount JSON file and firebasecrash is name of my project.

提交回复
热议问题