1
votes

I'm new in ionic app development. I've completed the setting for android in windows and it is running fine in browser and android emulator also. But I unable to build and Run the app for iOS in windows. Is it possible to build and Run it in windows for iOS app or I need OS X ?

3

3 Answers

2
votes

No, unfortunately to build your app for iOS you'd require Xcode, which is not available on windows, therefore you need OSX if you want to develop for iOS too.

See Ionic official docs

0
votes

You must need xcode to run build on ios mobile, and XCode only support on mac os.

So you can use virtual box to make virtual mac os into your windows system.

I hope you understand.