You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error results from using both Firestore and gRPC-Swift pods:
[!] The 'Pods-SwiftGRPCTest' target has frameworks with conflicting names: grpc.
Podfile:
target 'SwiftGRPCTest' do
use_frameworks!
pod 'Firebase/Firestore'
pod 'gRPC-Swift', '1.0.0-alpha.17'
end