The July 2011 release of Xcode, Apple's integrated development environment (IDE) for for its Mac OS X and iOS platforms.
Xcode is Apple's integrated development environment (IDE) for development for its Mac OS X (osx) and iOS (iphone/ipad) platforms. Documentation for Xcode 4, the newest major version, can be found in Apple's Xcode 4 User Guide. Apple also has a good starting point for new users.
This tag covers:
- Project organization
- Source code editing
- Build system
- Unit testing
- Interface Builder (in Xcode 4 and later only; it is separate in 3 and earlier)
Xcode comes with Apple's Mac OS X and iOS SDKs bundled, but that does not mean questions about the use of those SDKs are questions about the IDE. Consider what changes your question would require if you were using vi to edit and make to build; if your question would remain unchanged, then it is not an Xcode question, so you should not give your question the xcode tag. Use the cocoa (Mac) and/or cocoa-touch (iOS) tags instead.
See xcode for more information.