Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Messaging error while installing pod file

I was trying to install Firebase's pod for messaging and I got this error in terminal.... "Specs satisfying the Firebase/Messaging dependency were found, but they required a higher minimum deployment target."

This is what I have in my podfile

"# Uncomment this line to define a global platform for your project
# platform :ios, ‘8.0’
# Uncomment this line if you're using Swift
# use_frameworks!

target 'PZPlayer' do

pod ‘Firebase’
pod ‘Firebase/Messaging’
end
"

How can I fix this problem?

like image 875
BOB Avatar asked Mar 21 '26 11:03

BOB


1 Answers

# Uncomment this line to define a global platform for your project
 platform :ios, '9.0'
# Uncomment this line if you're using Swift 
 use_frameworks!

target 'PZPlayer' do

pod ‘Firebase’
pod ‘Firebase/Messaging’
end

This should be your podfile. Try it.

like image 182
Mtoklitz113 Avatar answered Mar 24 '26 03:03

Mtoklitz113



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!