Xcode is Apple’s integrated development environment for Mac OS X, and resembles a cross between the old NeXT Interface Builder and the even more ancient MPW.
Fixing PlatformPath errors
If you’ve installed Xcode after the command-line tools (happened to me in Sonoma), do this:
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
End the Xcode 4.3 Madness
Since Apple decided to move all useful command-line binaries inside the app bundle, you need to add the following to your .bashrc
:
export PATH=$PATH:/Applications/Xcode.app/Contents/Developer/usr/bin
Resources
- Subversion integration
- Python text macro specs by Daniel Ericsson (drop it in ~/Library/Applicaton Support/Apple/Developer Tools/Specifications and see Text Macros for more info)
- Understanding Xcode Projects
- Embedded development with Xcode (for Atmel AVR series)