您可能没有运行此项目所需的环境或操作系统 - Cordova - iOS

时间:2016-03-18 00:03:31

标签: ios cordova

我正在与Cordova合作构建我的移动应用程序。我正在使用Mac机器,当我尝试在iOS设备上构建和运行我的应用程序时,但我一直收到此错误。
运行时:

cordova build ios

输出:

** BUILD SUCCEEDED **

然后我跑

cordova run ios

我收到错误

.../ios/cordova/run: Command failed with exit code 2
You may not have the required environment or OS to run this project

如果我尝试在Xcode中打开项目并运行它,它就会在设备上成功运行。

我注意到在运行失败之前,它会输出消息

ios-sim was not found. Please download, build and install 'npm install -g ios-sim'

我猜测Cordova认为该设备没有插入,因为ios-sim是cordvoa的simulatur插件。但我可能错了。

有什么想法吗?

(这个问题类似于Cordova: You may not have the required environment or OS to run this project,但这个问题关于iOS那个Android)

1 个答案:

答案 0 :(得分:1)

npm install -g ios-sim
npm install -g ios-deploy

我建议你阅读iOS Platform guide了解更多信息。