iOS and FirebaseCrashlytics

前端 未结 9 1759
花落未央
花落未央 2020-12-02 14:40

I am trying to follow the instructions on Firebase Docs to upload missing required dSYMs. However I am stuck on running the uploader script.

In my build phases I have

9条回答
  •  有刺的猬
    2020-12-02 14:51

    Hmm nothing worked for me but changing this:

    "${PODS_ROOT}/FirebaseCrashlytics/run" 
    

    to this:

    "${PODS_ROOT}/FirebaseCrashlytics/run" -gsp "${PROJECT_DIR}/project_main_dir/google-services-files/iOS-GoogleService-Info.plist" 
    

    EDIT:

    for those of you trying to complie to iOS's Catalyst:

    you don't have to download two different Google JSON files. You should use only one (cause you have only 1 target). IF you want to upload a mac version of your app, just go to App Store Connect and create a new release for OSX (in the same page of your app)

提交回复
热议问题