Creating Symbolic links using "Run Build Script Phase"

Posted by Veer on Stack Overflow See other posts from Stack Overflow or by Veer
Published on 2010-04-07T06:22:11Z Indexed on 2010/04/07 6:33 UTC
Read the original article Hit count: 209

Filed under:

In XCode I made a new run script build phase and want to write a script to create symbolic links.

Original file is present outside the project directory. I want to create symbolic link inside project directory "/PROJECT_DIR/Resources/Alias".

I don't know how to write a script in "Run Script build phase" window.

© Stack Overflow or respective owner

Related posts about xcode