Katoch
Katoch

Reputation: 2777

cordova build IOS on windows

Is it possible to build IOS app on windows using cordova CLI on windows.

Can intel xdk be used on windows & create app for IOS ?

Upvotes: 0

Views: 539

Answers (1)

xmnboy
xmnboy

Reputation: 2310

When using the Intel XDK, the Cordova builds are performed in the cloud. So the answer is "yes" you can build apps for iOS using a Windows machine if you are using the XDK. In reality, they are built using a cloud-based Mac that has the Xcode dev system installed on it.

However, if you wish to use Cordova CLI locally, you need a Mac to build iOS apps. The XDK cannot change that, the XDK is simply a convenient front-end for developing, debugging and building Cordova apps.

Upvotes: 1

Related Questions