Ошибка:
обновление epo
[!] CocoaPods не удалось найти совместимые версии для модуля «Firebase/Database»:
В снимке (Podfile.lock):
Firebase/Database (= 12.8.0)
Код: Выделить всё
In Podfile:
firebase_database (from `.symlinks/plugins/firebase_database/ios`) was resolved to 12.1.2, which depends on
Firebase/Database (= 12.8.0)
flutter_geofire (from `.symlinks/plugins/flutter_geofire/ios`) was resolved to 0.0.1, which depends on
GeoFire (~> 5.0) was resolved to 5.0.0, which depends on
GeoFire/Database (= 5.0.0) was resolved to 5.0.0, which depends on
Firebase/Database (< 12.0.0, > 7.0.0)
Код: Выделить всё
You have either:
* out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
* changed the constraints of dependency `Firebase/Database` inside your development pod `flutter_geofire`.
You should run `pod update Firebase/Database` to apply changes you've made.
зависимости:
flutter:
sdk: flutter
Следующий пример добавляет шрифт Cupertino Icons в ваше приложение.
Используйте с классом CupertinoIcons для значков стиля iOS.
cupertino_icons: ^1.0.8
firebase_core: ^4.3.0
firebase_auth: ^6.1.3
firebase_database: ^12.1.1
google_maps_flutter: ^2.14.0
permission_handler: ^12.0.1
геолокатор: ^14.0.2
image_picker: ^1.2.1
http: ^1.6.0
провайдер: ^6.1.5+1
dropdown_button2: ^2.3.9
firebase_storage: ^13.0.6
flutter_geofire: ^2.0.6
Подробнее здесь: https://stackoverflow.com/questions/798 ... not-on-ios
Мобильная версия