Skip to content

Instantly share code, notes, and snippets.

@christopherdebeer
Created August 18, 2012 16:08
Show Gist options
  • Select an option

  • Save christopherdebeer/3388027 to your computer and use it in GitHub Desktop.

Select an option

Save christopherdebeer/3388027 to your computer and use it in GitHub Desktop.
Cordova 2.0.0 Error OSX

#Cordova 2.0.0 Error OSX

Calling: sudo ./create ~/cordovatest com.christopherdebeer.test01 testapp *

  • When in the /bin/ folder of Cordova-2.0.0 dmg unpacked from phonegap-phonegap-2.0.0-0-g2dbbdab.zip

Returns the following error:

/Volumes/Cordova-2.0.0/bin/replaces: line 28: tmpFile: Read-only file system mv: tmpFile: No such file or directory

Does anyone know why this is?

@christopherdb

@christopherdebeer
Copy link
Author

SOLVED: I was trying to run the ./create file while it was still in the .dmg file. copying to my home directory etc fixed the problem

@christopherdebeer
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment