This is something really simple, but I can't seem to find the answer anywhere, and I'm new to both Mac and UNIX, which doesn't help.
I've installed Xcode on my mac, along with the iPhone SDK 3.2. I'm trying to run Xcode command utilities that came with the SDK from the unix terminal, but I don't know how to update the paths so that the system knows where to find them. Here is what I do.
1) I launch the Terminal application 2) I want to run 'xcrun', so I just type 'xcrun' 3) I get an error saying '-bash: xcrun: command not found' 4) I have xcrun installed under /Developer/usr/bin
Is there some sort of PATHS environment variable that I need to permanently update? Or perhaps Xcode comes with its own Terminal application with those new paths already baked in? Finally, what's the difference between sh and bash?
Thanks for the help!