How to fix it?
====== error message ======
ld: framework not found Protobuf
============ ===========
====== Podfile =====
platform :ios, '8.0'
target 'MyDemo do
use_frameworks!
pod 'firebase/Core'
pod 'firebase/Messaging'
end
=================
How to fix it?
====== error message ======
ld: framework not found Protobuf
============ ===========
====== Podfile =====
platform :ios, '8.0'
target 'MyDemo do
use_frameworks!
pod 'firebase/Core'
pod 'firebase/Messaging'
end
=================
What is your Xcode- or Swift-related question? Protobuf is a third-party library, so you are are responsible for providing it.
I use xcode9 and swift.
How to fix protobuf error for firebaseMessaging?
This is not an Xcode or Swift question.
You need to link Protobuf into your Firebase pod, so it's a CocoaPods question. I suggest you try asking about this on stackoverflow.com.