Skip to content

Commit 2c19ceb

Browse files
authored
Set executable permission for Crashlytics scripts (#5528)
1 parent 670845a commit 2c19ceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Carthage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseStorageBinary.jso
9393
[upload-symbols](https://github.com/firebase/firebase-ios-sdk/raw/master/Crashlytics/upload-symbols)
9494
and [run](https://github.com/firebase/firebase-ios-sdk/raw/master/Crashlytics/run).
9595
- Put these in the directory where your `.xcodeproj` file lives, eg. `scripts/run` and `scripts/upload-symbols`
96+
- Make sure that the files are executable - `chmod +x scripts/run scripts/upload-symbols`
9697
- Open your project in Xcode, then select its project file in the left navigator.
9798
- From the **Select a project or target** dropdown, select your main build target.
9899
- Select the **Build Phases** tab, then click "+" add > **New Run Script Phase**.

0 commit comments

Comments
 (0)