iOS and FirebaseCrashlytics

前端 未结 9 1786
花落未央
花落未央 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:59

    "${PODS_ROOT}/FirebaseCrashlytics/upload-symbols" -gsp "${PROJECT_DIR}/additional_folder/GoogleService-Info.plist" -p ios "${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}"

    I replaced my GoogleService-Info.plist in additional folder and made directory changes in shell script. Probably you should do the same

    For terminal command you better drag and drop necessary file in terminal then copy selected path

    /path_to_pods/FirebaseCrashlytics/upload-symbols -gsp /path_to_google_service/GoogleService-Info.plist -p iOS /path_to_dSYMs

提交回复
热议问题