Skip to content

Commit f88689a

Browse files
authored
Update SwiftPackageManager.md (#7257)
1 parent f8c6459 commit f88689a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

SwiftPackageManager.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ If you're using FirebaseCrashlytics, use
5555
`${BUILD_DIR}SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run`
5656
as the run script that allows Xcode to upload your project's dSYM files.
5757

58+
Another option is to use the
59+
[upload-symbols](https://github.com/firebase/firebase-ios-sdk/raw/master/Crashlytics/upload-symbols)
60+
script. Place it in the directory where your `.xcodeproj` file lives,
61+
eg. `scripts/upload-symbols`, and make sure that the file is executable:
62+
`chmod +x scripts/upload-symbols`.
63+
This script can be used to manually upload dSYM files (for usage notes and
64+
additional instructions, run without any parameters).
65+
5866
### Alternatively, add Firebase to a `Package.swift` manifest
5967

6068
To integrate via a `Package.swift` manifest instead of Xcode, you can add

0 commit comments

Comments
 (0)