Просмотр исходного кода

Update SwiftPackageManager.md (#7297)

Workaround for finding Crashlytics run script when using SPM.
elenadoty 5 лет назад
Родитель
Сommit
634e5c36d5
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      SwiftPackageManager.md

+ 2 - 2
SwiftPackageManager.md

@@ -51,8 +51,8 @@ https://github.com/firebase/firebase-ios-sdk/issues/6472#issuecomment-694449182.
 
 
 <img src="docs/resources/SPMObjC.png">
 <img src="docs/resources/SPMObjC.png">
 
 
-If you're using FirebaseCrashlytics, use
-`${BUILD_DIR}/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run`
+If you're using FirebaseCrashlytics, you can use
+`${BUILD_DIR%Build/*}/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run`
 as the run script that allows Xcode to upload your project's dSYM files.
 as the run script that allows Xcode to upload your project's dSYM files.
 
 
 Another option is to use the
 Another option is to use the