Skip to content

Commit 634e5c3

Browse files
authored
Update SwiftPackageManager.md (#7297)
Workaround for finding Crashlytics run script when using SPM.
1 parent 1b38a78 commit 634e5c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftPackageManager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ https://github.com/firebase/firebase-ios-sdk/issues/6472#issuecomment-694449182.
5151

5252
<img src="docs/resources/SPMObjC.png">
5353

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