Today I have started learning Flutter. I am using Android Studio in Mac. I have already
- Configured the Flutter and Dart plugins in Android studio.
- Installed the Flutter SDK.
So I am able to run Flutter app in Android Emulator. However, when I select iOS simulator (Open iOS Simulator), it says this
Unable to find application named 'Simulator.app
I do not have any experience is XCode and I have not installed it in my Mac.
My questions are,
- How do I install the Simulator?
- Do I need the Xcode installed in Mac for running Simulator? (Does Simulator come with Xcode)
- My understanding was that installing the Flutter plugin in Android Studio will import iOS simulator as well. Am I wrong?
I found similar question but did not get the clarity.