1

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.

4

3 回答 3

2

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

于 2020-12-02T07:35:43.067 回答
1

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.

于 2020-12-02T07:23:12.273 回答
0

Xcode only works on Mac. And yes you have to do a full flutter setup with Xcode on Mac which is not so difficult, you will find many flutter setup with Xcode video in youtube.

于 2020-12-02T10:04:30.330 回答