Zaporozhchenko Oleksandr
Zaporozhchenko Oleksandr

Reputation: 4958

xcode shell script invocation error: No such file or directory

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

Answers (1)

Zaporozhchenko Oleksandr
Zaporozhchenko Oleksandr

Reputation: 4958

The answer is here. Just avoid curly quotes, when using your shell scripts.

Upvotes: 1

Related Questions