-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Describe your environment
- Xcode version: 12.1
- Firebase SDK version: 7.0.0
- Installation method:
Swift Package Manager
- Firebase Component: Core
Describe the problem
After switching from the 7.0-spm-beta
branch to version 7.0.0, package loading fails with the target 'gRPC-Core' in product 'gRPC-cpp' contains unsafe build flags
. Reverting to the beta branch resolves the issue.
Steps to reproduce:
Switch from beta branch to 7.0.0 version and try to build.