我有一个使用phonegap制作的现有ios应用程序。我想在Mac App商店发布它,但我正处于第一道障碍。
我运行phonegap platform add osx
并收到以下错误:
Error: Failed to fetch platform osx
Probably this is either a connection problem, or platform spec is incorrect.
Check your connection and platform name/version/URL.
Error: No compatible version found: cordova-osx@'>=4.0.0 <4.1.0'
Valid install targets:
["3.4.1"]
我已连接到互联网(如果这是connection problem
暗示的内容),我不确定platform spec is invalid
的确切含义。
我安装了phonegap版本5.3.8
,cordova --version
显示4.0.0
答案 0 :(得分:0)
OSX平台还没有正式发布,也没有被推到npm。 目前您需要通过git url添加它:
cordova platform add https://github.com/apache/cordova-osx.git
有关详细信息,请参阅cordova-osx github页面上的readme。