Skip to content

Commit 774b445

Browse files
author
Brent Mifsud
authored
[#8533] - Update spm crashlytics build step in readme to remove duplicate '/' from path output (#8534)
1 parent daa83b9 commit 774b445

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
@@ -50,7 +50,7 @@ in the `Build Settings` tab.
5050
<img src="docs/resources/SPMObjC.png">
5151

5252
If you're using FirebaseCrashlytics, you can use
53-
`${BUILD_DIR%Build/*}/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run`
53+
`${BUILD_DIR%/Build/*}/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run`
5454
as the run script that allows Xcode to upload your project's dSYM files.
5555

5656
Another option is to use the

0 commit comments

Comments
 (0)