Cocoapods Fehler: "Cocoapods konnten keine kompatiblen Versionen für Pod" Sentry/Hybridsdk "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 Fehler: "Cocoapods konnten keine kompatiblen Versionen für Pod" Sentry/Hybridsdk "finden.

by Anonymous » 04 Mar 2025, 08:43

Ich arbeite an einem Flutter -Projekt, das das Sentry_Flutter -Paket verwendet. Wenn ich versuche, die POD -Installation im iOS -Verzeichnis auszuführen, erhalte ich den folgenden Fehler: < /p>
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "Sentry/HybridSDK":
In Podfile:
sentry_flutter (from `.symlinks/plugins/sentry_flutter/ios`) was resolved to 8.13.2, which depends on
Sentry/HybridSDK (= 8.44.0)

None of your spec sources contain a spec satisfying the dependency: `Sentry/HybridSDK (= 8.44.0)`.
< /code>
Was ich ausprobiert habe:
POD-Repo-Update und POD-Installation ausführen-Repo-Update
Reinigen des Projekts mit Flutter Clean
Überprüfen Sie, ob ich meine iOS /podfile für jede Versionsfehlanpassungen trotz dieser Schritte überprüft. Das Problem wird anhält. Wie kann ich dies lösen und meine Abhängigkeiten erfolgreich installieren?

Top