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

本文详细介绍了如何在终端中进入bin目录并执行命令行来使用共享的CordovaLib创建跨平台应用,包括解决NoDeveloperDirectoryFound错误的方法及运行hexcode-select命令设置Xcode位置的步骤。

1647

被折叠的 条评论
为什么被折叠?



