Cocoapods konnten kompatible Versionen für POD "GoogleUtilities/Environment" nicht finden.
Posted: 22 Feb 2025, 00:36
Versuch, eine Firebase -Authentifizierung basierend darauf einzurichten.
[*]
[*]
[*]increase platform :ios Version
[*] POD 'Firebase/Auth' zu Ziel 'App' do in Podfile
Es wird genommen, dass, wenn ich cordova-plugin-firebase-authentication auf v4.0.2 herabstufe, als funktioniert, aber ich weiß nicht, wie nachhaltig es sich bewegt vorwärts.
Code: Select all
[!] CocoaPods could not find compatible versions for pod "GoogleUtilities/Environment":
In Podfile:
CordovaPluginsStatic (from `../capacitor-cordova-ios-plugins`) was resolved to 3.2.0, which depends on
Firebase/Auth (~> 8.2.0) was resolved to 8.2.0, which depends on
FirebaseAuth (~> 8.2.0) was resolved to 8.2.0, which depends on
GoogleUtilities/Environment (~> 7.4)
CordovaPluginsStatic (from `../capacitor-cordova-ios-plugins`) was resolved to 3.2.0, which depends on
GoogleUtilities (~> 7.2.2) was resolved to 7.2.2, which depends on
GoogleUtilities/Environment (= 7.2.2)
< /code>
Was ich bereits versucht habe: < /strong> < /p>
[*]pod install --repo-update
Code: Select all
pod repo update
Code: Select all
pod update
[*] POD 'Firebase/Auth' zu Ziel 'App' do in Podfile
Es wird genommen, dass, wenn ich cordova-plugin-firebase-authentication auf v4.0.2 herabstufe, als funktioniert, aber ich weiß nicht, wie nachhaltig es sich bewegt vorwärts.