How to run upload symbols to upload dSYMs as a part of Xcode build process?

后端 未结 3 1124
失恋的感觉
失恋的感觉 2021-02-01 05:32

Ok, so I\'m trying to automatically upload dSYMs. I\'m following instructions from this official documentation: https://firebase.google.com/docs/crashlytics/get-deobfuscated-rep

3条回答
  •  既然无缘
    2021-02-01 05:54

    Try the following steps:

    Step 1: Select your application's Xcode project, then your application target, then select "Build Phases".

    Step 2: In Xcode menu, select "Editor", then select "Add Build Phase", and then click on "Add Run Script Build Phase".

    Step 3: You should now see a Run Script section in your Build Phase options.

    Step 4: Paste in the script inside the body of the Run Script Build Phase.

    Keep in mind to set the right file-path(s) in your script(s).

提交回复
热议问题