Closed
Description
Describe your environment
- Firebase SDK version: 5.13.0
- Firebase Component: Firestore
- Component version: 5.13.0
Describe the problem
When running carthage update we get an error saying: "Failed to read file or folder at /Carthage/Build/iOS/gRPC.framework"
Looking at the release notes:
"Moved from Objective-C gRPC framework to gRPC C++. If you're manually tracking dependencies, the gRPC, gRPC-ProtoRPC, and gRPC-RxLibrary frameworks have been replaced with gRPC-C++."
Seems like something is not linked correctly?
Steps to reproduce:
Just run "carthage update".