Skip to content

Commit

Permalink
[Docs] Xcode 15 and User Script Sandboxing (#11586)
Browse files Browse the repository at this point in the history
  • Loading branch information
abegehr authored Dec 11, 2023
1 parent 6c40bd5 commit c6c7752
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SwiftPackageManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ eg. `scripts/upload-symbols`, and make sure that the file is executable:
This script can be used to manually upload dSYM files (for usage notes and
additional instructions, run with the `--help` parameter).

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.

---

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

0 comments on commit c6c7752

Please sign in to comment.