Geofire (iOS) clang: error: linker command failed with exit code 1 (use -v to see invocation)

Viewed 282

I'm using GeoFire (2.0.0) in the Swift project, after today's update pods when the project is going to Xcode shows clang: error: linker command failed with exit code 1 (use -v to see invocation) in the Geofire framework. Tell me, how can I fix this?

I install Geofire via Cocaopods as follows pod 'GeoFire', :git => 'https://github.com/firebase/geofire-objc.git'

Update:

ld: framework not found nanopb
    clang: error: linker command failed with exit code 1 (use -v to see invocation)

Update 1: When I install the pods I in the terminal can see that this component is used

Using nanopb (0.3.8)
1 Answers
Related