Reputation: 1935
I am writing a simple flutter app on Linux(ubuntu 20.04) using Android Studio(4.1.1). I am able to test my app on android emulators well. Could I know there is any feasibility to test my flutter application in an iOS simulator without moving to mac or connect an iOS device?
Upvotes: 1
Views: 3034
Reputation: 1310
You need the mac to compile on IOS devices or use emulators, the project even running on android stuido uses the xcode compiler.
Upvotes: 1