Cocoapods konnten kompatible Versionen für POD "GoogleUtilities/Environment" nicht finden.

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Cocoapods konnten kompatible Versionen für POD "GoogleUtilities/Environment" nicht finden.

by Anonymous » 22 Feb 2025, 00:36

Versuch, eine Firebase -Authentifizierung basierend darauf einzurichten.

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
[*]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.

Top