It looks like xcode\'s $PATH environment setting is different from my user shell environment.
Where does xcode get the $PATH setting from and what\'s the best way t
Try opening your xcode project from the terminal, this worked for me: open some.xcodeproj
open some.xcodeproj
Instead of opening xcode and then loading the project or double clicking on it.
I know... silly