Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Applications for platform ios can not be built on this OS - win32

Tags:

ios

cordova

When i try to add IOS platform on my cordova project, i've got this error :

Applications for platform ios can not be built on this OS - win32

I'm on a 64bits windows 8.1 computer. I know i can't buid ios project from Windows but i think i can add ios platform such as android to my project.

Is anyone already have this error message ?

like image 346
Alexio Delaplancha Avatar asked Nov 21 '14 22:11

Alexio Delaplancha


1 Answers

You are missing prerequisites:

To add a project for a platform, you need to run the CL interface from the same machine that supports the platform's SDK. The CLI supports the following combinations:

  • iOS (Mac)
  • Android (Mac, Linux)
  • Blackberry (Mac, Windows)
  • Windows Phone 7 (Windows)
  • Windows Phone 8 (Windows)

read this: http://docs.phonegap.com/en/edge/guide_platforms_ios_index.md.html

like image 75
AAhad Avatar answered Nov 14 '22 16:11

AAhad