File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,14 @@ If you're using FirebaseCrashlytics, use
55
55
` ${BUILD_DIR}SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run `
56
56
as the run script that allows Xcode to upload your project's dSYM files.
57
57
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
+
58
66
### Alternatively, add Firebase to a ` Package.swift ` manifest
59
67
60
68
To integrate via a ` Package.swift ` manifest instead of Xcode, you can add
You can’t perform that action at this time.
0 commit comments