Diparik
Diparik

Reputation: 11

Ionic iOS Build and Run

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 ?

Upvotes: 1

Views: 1897

Answers (3)

Somnath
Somnath

Reputation: 406

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.

Upvotes: 0

Ahmed Galal
Ahmed Galal

Reputation: 714

must be use Xcode on MAC you can use vmware :

Install OS X El Capitan 10.11 Retail on VMware on Windows PC and install Xcode From mac store

Upvotes: 0

sznrbrt
sznrbrt

Reputation: 1003

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

Upvotes: 2

Related Questions