I am using Windows for Flutter app development and it is working fine for android ,I want to know how can I create IOS build from XCode now.? Does it required to do full flutter setup with Xcode on Mac or I can build it with Xcode only ? Apology for my terrible english.
3 Answers
To build an iOS project you have to install XCode on your MAC with flutter and dart Installations, and if you don't have MAC you can run your code from any browser from flutlab.io
2 Comments
abdulec90
Can i install on my windows? could you please share a link for it?
Randal Schwartz
Please do not suggest illegal actions here. You cannot run macos on anything other than genuine mac hardware. The license you accepted by using the software says so.
You need XCode + Flutter installation on a Mac to create iOS build. XCode alone will not work. You will have to clone your project into the Mac & then open the project in Xcode to create the build.
2 Comments
Saiful Islam
He said he running on windows operating system. how could he got an Mac device?
Randal Schwartz
By getting one. Or using codemagic.io, but really hard to debug that. :)