How to Fix “CocoaPods Out of Date” in Flutter on macOS #199313
Replies: 4 comments
-
|
Run pod --version first — if it’s below 1.11.0, that’s your actual problem, not Flutter. |
Beta Was this translation helpful? Give feedback.
-
|
This error usually means Flutter cannot find the latest iOS dependencies. A simple solution is to update CocoaPods and then refresh your Flutter project's iOS dependencies. If the problem continues, remove the old iOS dependency files and let Flutter recreate them. This forces Flutter and CocoaPods to download the latest compatible versions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
Body
How to Fix “CocoaPods Out of Date” in Flutter on macOS Sequoia and Sonoma
Beta Was this translation helpful? Give feedback.
All reactions