我找不到一个运行良好的移动应用程序框架。在我最后的希望科尔多瓦得到了下面的错误:
onsenui-tab-bar cordova run ios
Running command: /Users/me/Development/onsenui-tab-bar/platforms/ios/cordova/run
simctl was not found.
Check that you have Xcode 6.x installed:
xcodebuild --versionCheck that you have Xcode 6.x selected:
xcode-select --print-path
ERROR running one or more of the platforms:
Error: /Users/me/Development/onsenui-tab-bar/platforms/ios/cordova/run:
Command failed with exit code 2
You may not have the required environment or OS to run this project如何让它在Mac OSX El Capitan上运行?
发布于 2016-01-03 03:39:56
因为我也遇到过同样的问题,所以我猜这个问题与第一次安装的Xcode有关。对我来说,启动Xcode至少一次解决了这个问题。
https://stackoverflow.com/questions/34191084
复制相似问题