Fix Flutter Error: CocoaPods could not find compatible versions for pod 'FirebaseFirestore'

preview_player
Показать описание
CocoaPods could not find compatible versions for pod "FirebaseFirestore":
CocoaPods could not find compatible versions for pod "Firebase/CoreOnly"
loud_firestore (from `.symlinks/plugins/cloud_firestore/ios`) was resolved to

Add these target 'Runner' do
use_frameworks!
use_modular_headers!

end

Than run this command for M1/M2/M3 chip
arch -x86_64 pod install
Else
Just pod install
Рекомендации по теме
Комментарии
Автор

8 years i still suffering from this issue .. still not resolved

mohammedhamdan