Alexio Delaplancha
Alexio Delaplancha

Reputation: 81

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

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 ?

Upvotes: 8

Views: 7721

Answers (1)

AAhad
AAhad

Reputation: 2845

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

Upvotes: 7

Related Questions