Question

I want to create a iOS app using phonegap. My issue is that ./create <project_folder_path> <bundle_id> <project_name> is not working at all. ./create ~/Desktop/projects/mbs/mastercard-iphone do.com.mbs.mastercard-iphone Mastercard is returning info that can't copy the required files because the directory doesn't exist. Gist for actual errors. https://gist.github.com/3398261 Sounds like a users permission issue? should i run that command as sudo?

Was it helpful?

Solution

Well, I'm not sure what the issue was, but I created the directory manually and then ran the ./create and everything worked.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top