Failed to build for iOS (Error running pod install) #1947
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceHello guys, Flutter version: 3.10.6 ↳ `
Error output from CocoaPods:
Error running pod install Build failed :| Expected resultsJust the build for iOS Actual resultsError running pod install, build failed. Build id (optional)64d0fac61bfd554749f01784 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Solved Just delete the /ios folder and run |
Beta Was this translation helpful? Give feedback.
-
Try this solution man |
Beta Was this translation helpful? Give feedback.
Solved
Just delete the /ios folder and run
flutter create --platforms ios .
in terminal.