cp: /javascripts/phonegap.js: 没有这样的文件或目录
Posted
技术标签:
【中文标题】cp: /javascripts/phonegap.js: 没有这样的文件或目录【英文标题】:cp: /javascripts/phonegap.js: No such file or directory 【发布时间】:2016-01-19 14:13:07 【问题描述】:PhoneGap 未安装在我的 Mac 中。现在,我想用 Xcode 运行一个 PhoneGap 项目,但我收到了这个错误。谁能告诉我如何在 Xcode 中运行 PhoneGap 项目?我想从Junkyard-Jumbotron 运行项目。
【问题讨论】:
这是一个非常古老的项目,在过去几年中发生了很多变化。如果你想在实际设备/ios 上运行它,你必须重写很多。 【参考方案1】:我还不能评论,你检查文件目录看看文件是否存在吗?确保您已满足所有要求。
install the following:
- Xcode 4.3+
- Xcode Command Line Tools
- Intel-based computer with Mac OS X Lion or greater (10.7+)
- Necessary for installing on device:
-----Apple iOS device (iPhone, iPad, iPod Touch)
-----iOS developer certificate
Install the iOS SDK and Apache Cordova
- Install Xcode from the Mac App Store or Apple Developer Downloads
- Install the Xcode Command Line Tools (Xcode Preferences -> Downloads -> Components -> Command Line Tools -> Install).
- Download the latest release of [Apache PhoneGap
-----extract its contents
-----Apache Cordova iOS is found under lib/ios
Install CordovaLib
-Download the Cordova source
-Extract to source to their final permanent location on your hard drive (for example, to ~/Documents/CordovaLib-2.X.X)
- 没有第三步
这是开始新项目的链接:
http://docs.phonegap.com/en/2.1.0/guide_getting-started_ios_index.md.html#Getting%20Started%20with%20iOS
【讨论】:
我已经这样做了,它正在为新项目工作,而不是在我从这里下载的那个项目中 - github.com/c4fcm/Junkyard-Jumbotron。以上是关于cp: /javascripts/phonegap.js: 没有这样的文件或目录的主要内容,如果未能解决你的问题,请参考以下文章