How to run IOS? **Read all the points carefully before doing anything
- Install Xcode on your mac.
- Open your ios folder in Xcode and select your developer team from Signin and capabilities.
- You need to open a simulator. Run this command for open a simulator open -a simulator
- Change the platform version according to your simulator version.
- Goto your source_code->ios->Podfile add your ios simulator version.
- Run this command fluter run.
More info https://docs.flutter.dev/get-started/install/macos