Reputation: 4958
Used this tutorial to create my debug/release configurations. Getting this error:
cp: “/Users/MyUserName/Projects/MyProjectName/Debug.plist”: No such file or directory
Problem is that i already have this file at this directory and even using in terminal :"open /Users/MyUserName/Projects/MyProjectName/Debug.plist"
opens it with no problem.
Upvotes: 0
Views: 1687
Reputation: 4958
The answer is here. Just avoid curly quotes, when using your shell scripts.
Upvotes: 1