Samuel Fine
unread,Mar 13, 2012, 9:47:36 AM3/13/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phonegap
This is more of a bug report than a question, but I've found that
Xcode 4.3.1 on Lion throws an error when attempting to run a new
Cordova 5.0 project for the first time if the directory that a project
folder lives in has spaces in the name. For example, my project lives
in at:
/Users/Samuel/Dropbox/project - info/Project ('Project' is the actual
folder containing the Xcode project files.)
Here's the specific error I get:
Shell Script Invocation Error:
chmod: /Users/Samuel/Dropbox/project: No such file or directory
chmod: -: No such file or directory
chmod: info/Project/Project/verify.sh: No such file or directory
/Users/Samuel/Library/Developer/Xcode/DerivedData/*PROJECT STRING*/
Build/Intermediates/Project.build/Debug-iphonesimulator/Project.build/
Script-*PROJECT STRING*.sh: line 4: /Users/Samuel/Dropbox/data/
project: No such file or directory
Closing Xcode, removing spaces from the directory name, then
reopening, cleaning, and running the project executes properly and
creates the necessary /www directory.