Kasun Hasanga
Kasun Hasanga

Reputation: 1935

How I add iOS simulators in android Studio Linux

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

Answers (1)

Luiz Filipe Medeira
Luiz Filipe Medeira

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

Related Questions