Xcode is Apple's integrated development environment (IDE) for Mac OS X (osx) and iOS (ios, which runs on iphone/ipad) platforms. The latest version of the IDE is xcode4.6 which runs on Mac OS X 10.7.4 or later.
This tag should only be used for questions about the Xcode tool itself, not for programming questions for which you happen be using Xcode - if your question would stay the same if you used 'nano' and 'make' for writing your program, avoid adding this tag.
- For Mac programming questions, use the cocoa tag.
- For iOS programming questions, use the cocoa-touch or ios tag.
- For questions about the Objective-C language and its features, use the objective-c tag.
This tag covers:
- Project organization
- Source code editing
- Build system
- Unit testing
- Interface Builder (prior to Xcode 4, Interface Builder was a separate app, in which case you would use the interface-builder tag)