简体   繁体   中英

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM