I have a problem. My project does not compile. This error always appears:
ld: framework not found FirebaseNanoPB
Im using this frameworks:
Using Firebase (5.7.0)
Using FirebaseAnalytics (5.1.1)
Using FirebaseAuth (5.0.3)
Using FirebaseAuthInterop (1.0.0)
Using FirebaseCore (5.1.2)
Using FirebaseFirestore (0.13.2)
Using FirebaseInstanceID (3.2.1)
Using FirebaseMessaging (3.1.1)
Using FirebaseStorage (3.0.1)
Using nanopb (0.3.8)
I get this from terminal.
It`s my pod file:
use_frameworks!
target ‘HomeAdvisor’ do
pod 'Firebase'
pod 'Firebase/Firestore'
pod 'Firebase/Messaging'
pod 'Firebase/Auth'
pod 'Firebase/Storage'
pod 'FirebaseInstanceID'
pod 'Firebase/Core'
pod 'FirebaseAnalytics'
pod 'GoogleToolboxForMac'
pod 'Fabric'
pod 'Crashlytics'
end
I`m using XCode 9.2. Please, help me.
Remove below rows in Linker to fix this issue
-framework
"FirebaseNanoPB"
May be, you added Other linker flags
manually.
Please remove other linker flags in your project, and reinstall pods call pod install
.(re-construction other linker flags)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With