Reputation: 65
How can I build iOS app using Flutter with Windows 10?
I clicked in (build - Flutter - iOS app) from the tab bar, but it responds:
Building for iOS is only supported on the Mac.
Upvotes: 2
Views: 10641
Reputation: 31
It's not possible directly with Windows. You can achieve it though by using external services that provide Mac build machines. One of these services is Odevio.
Once you have Odevio installed and set up you can start a publication build.
This will pre-publish your app on Apple Connect. You then have to add your screenshots etc...
Upvotes: 1
Reputation: 11
Apple only allows iOS emulator which is running on macOS, so we need to run macOS on your non-mac computer
Two ways:
The first way can give you a high-performance environment (compare to VM) to run iOS simulator. But it's strict to your hardware. The best way is to use hardware as close to the original mac as possible.
The second way has better compatibility. You just need to download macOS's image and install system in VMware or other VM software.
But VM will degrade performance, and in my case neither of my graphics cards seem to work, so I'm guessing my CPU was rendering the GUI. Also, modern macOS (meaning better visuals but more rendering pressure) is slower than old macOS.
Upvotes: 0
Reputation: 388
You need to have xcode to create IOS app which is available only on OSX. Not on Windows. Not on Linux or anything. But using Hackintosh (Mac OS on normal desktop or laptop hardware) you can build IOS app on that PC or laptop though.
Upvotes: 0
Reputation: 417
It is not possible on a Windows 10. This way Apple can force developers to buy Apple hardware to develop for both platforms. You can try Hackintosh on a PC which will let you create IOS apps on non apple hardware.
Upvotes: 3
Reputation: 4402
It is not possible... You have to have a Mac to build an app for iOS.. That is Apple rules!!
Upvotes: 8