where is $PATH set in xcode?

if you’re writing a Run Shell Script build phase, you can just do:

PATH=${PATH}:/opt/local/bin

or whatever inside the script content.

Leave a Comment