You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I attempt to do pod install for an updated set of dependencies I'm getting the following error message:
[!] CocoaPods could not find compatible versions for pod "FirebaseAppCheck":
In snapshot (Podfile.lock):
FirebaseAppCheck (= 10.3.0, ~> 10.3.0-beta)
In Podfile:
firebase_app_check (from .symlinks/plugins/firebase_app_check/ios) was resolved to 0.1.4-1, which depends on
FirebaseAppCheck (~> 10.9.0-beta)
Specs satisfying the FirebaseAppCheck (= 10.3.0, ~> 10.3.0-beta), FirebaseAppCheck (~> 10.9.0-beta) dependency were found, but they required a higher minimum deployment target.
I'm not sure how to resolve. What I've tried is updating the dependencies to the latest versions as follows:
cupertino_icons: ^1.0.2
#firebase_auth: ^4.2.3
firebase_auth: ^4.6.1
#firebase_core: ^2.3.0
firebase_core: ^2.13.0
flutter_launcher_icons: "^0.11.0"
package_info_plus: ^3.0.2
sentry_flutter: ^6.18.1
purchases_flutter: ^4.5.3
#firebase_messaging: ^14.2.0
firebase_messaging: ^14.6.1
#cloud_firestore: ^4.3.0
cloud_firestore: ^4.7.1
#firebase_app_check: ^0.1.1+8
firebase_app_check: ^0.1.4+1
cached_network_image: ^3.2.3
oauth2: ^2.0.1
url_launcher: ^6.1.7
uni_links: ^0.5.1
http: ^0.13.5
shared_preferences: ^2.0.15
flutter_riverpod: ^2.1.3
dynamic_color: ^1.5.4
fl_chart: ^0.61.0
intl: ^0.17.0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When I attempt to do pod install for an updated set of dependencies I'm getting the following error message:
[!] CocoaPods could not find compatible versions for pod "FirebaseAppCheck":
In snapshot (Podfile.lock):
FirebaseAppCheck (= 10.3.0, ~> 10.3.0-beta)
In Podfile:
firebase_app_check (from
.symlinks/plugins/firebase_app_check/ios
) was resolved to 0.1.4-1, which depends onFirebaseAppCheck (~> 10.9.0-beta)
Specs satisfying the
FirebaseAppCheck (= 10.3.0, ~> 10.3.0-beta), FirebaseAppCheck (~> 10.9.0-beta)
dependency were found, but they required a higher minimum deployment target.I'm not sure how to resolve. What I've tried is updating the dependencies to the latest versions as follows:
cupertino_icons: ^1.0.2
#firebase_auth: ^4.2.3
firebase_auth: ^4.6.1
#firebase_core: ^2.3.0
firebase_core: ^2.13.0
flutter_launcher_icons: "^0.11.0"
package_info_plus: ^3.0.2
sentry_flutter: ^6.18.1
purchases_flutter: ^4.5.3
#firebase_messaging: ^14.2.0
firebase_messaging: ^14.6.1
#cloud_firestore: ^4.3.0
cloud_firestore: ^4.7.1
#firebase_app_check: ^0.1.1+8
firebase_app_check: ^0.1.4+1
cached_network_image: ^3.2.3
oauth2: ^2.0.1
url_launcher: ^6.1.7
uni_links: ^0.5.1
http: ^0.13.5
shared_preferences: ^2.0.15
flutter_riverpod: ^2.1.3
dynamic_color: ^1.5.4
fl_chart: ^0.61.0
intl: ^0.17.0
Any ideas on how to resolve?
Beta Was this translation helpful? Give feedback.
All reactions