Skip to content

Commit c6c7752

Browse files
authored
[Docs] Xcode 15 and User Script Sandboxing (#11586)
1 parent 6c40bd5 commit c6c7752

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SwiftPackageManager.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ eg. `scripts/upload-symbols`, and make sure that the file is executable:
6161
This script can be used to manually upload dSYM files (for usage notes and
6262
additional instructions, run with the `--help` parameter).
6363

64+
If you're getting `error: Could not get GOOGLE_APP_ID in Google Services file from build environment` on the Crashlytics run script step and you're using Xcode 15 and specifically `User Script Sandboxing = YES`, make sure to include all input files referenced [here](https://github.com/firebase/firebase-ios-sdk/pull/11463) in the Crashlytics run script.
65+
6466
---
6567

6668
### Alternatively, add Firebase to a `Package.swift` manifest

0 commit comments

Comments
 (0)