Skip to content

Commit 0941030

Browse files
authored
Update SwiftPackageManager.md (#7273)
Add a missing '/' into the run srcipt for Swift Package Manager installation. I needed it for my build.
1 parent 674daf4 commit 0941030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftPackageManager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ https://github.com/firebase/firebase-ios-sdk/issues/6472#issuecomment-694449182.
5252
<img src="docs/resources/SPMObjC.png">
5353

5454
If you're using FirebaseCrashlytics, use
55-
`${BUILD_DIR}SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run`
55+
`${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

5858
Another option is to use the

0 commit comments

Comments
 (0)