I have two errors and I have been trying to figure them out. I am using Xcode and also trying to run my project with a minimum deploy meant of IOS 14. I how my Coco pods up to date and I am not sure what to do with this error. below, I have included pictures of the two error and also the code.
here is my pod file:
#Uncomment the next line to define a global platform for your project
#platform :iOS, '14.0'
target 'Chall Champ' do use_frameworks!
pod ‘Appirater’
pod ‘Firebase/Core’
pod ‘Firebase/Auth’
pod ‘Firebase/Database’
pod ‘Firebase/Analytics’
pod ‘Firebase/Crashlytics’
pod ‘Firebase/Storage’
end