我正在与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)
答案 0 :(得分:1)