本文主要是介绍PhoneGap之iOS端安装,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
1.终端进入到bin目录下:
2.执行命令行
./create ~/Documents/CordovaXY/HelloWorld org.apache.cordova.HelloWorld HelloWorld
常见错误:
No Developer Directory Found
The “Error: No developer directory found at /Developer” message is displayed if the create script can not find the location of the command line tools within Xcode. This can occur if more than one version of Xcode is installed on the system or when upgrading from older versions of Xcode. The solution is to run the xcode-select command to set the location. If you have installed Xcode in the default location the command to execute is:
解决方案:sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer
使用共享的CordovaLib
./create --shared ~/Documents/CordovaXY/HelloWorld org.apache.cordova.HelloWorld HelloWorld
这篇关于PhoneGap之iOS端安装的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!