When you install New Copy of XCode and try to run your application on iOS Simulator from VSCode. You may see this error: Warning: CocoaPods not installed. Skipping pod install. CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side. Without CocoaPods, plugins will not work on iOS or macOS. For more info, see https://flutter.dev/platform-plugins To install: sudo gem install cocoapods CocoaPods not installed or not in valid state....
Simulator
![Warning: CocoaPods not installed [Mac + Flutter + VSCode + XCode + iOS Simulator]](https://dwij.net/images/warning-cocoapods-not-installed-mac-flutter-vscode-xcode-ios-simulator.jpg)