平台ios的应用程序无法在此操作系统上构建 - win32

Ale*_*cha 8 ios cordova

当我尝试在我的cordova项目上添加IOS平台时,我遇到了这个错误:

平台ios的应用程序无法在此操作系统上构建 - win32

我在64位Windows 8.1计算机上.我知道我不能从Windows上建立ios项目,但我想我可以在我的项目中添加android这样的ios平台.

有没有人有此错误消息?

AAh*_*had 7

您缺少先决条件:

要为平台添加项目,您需要从支持平台SDK的同一台计算机上运行CL接口.CLI支持以下组合:

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

阅读本文:http://docs.phonegap.com/en/edge/guide_platforms_ios_index.md.html