Xcode 4.4 is the July 2012 release of Apple's integrated development environment (IDE) for Mac OS X and iOS. USAGE NOTE: Use this tag only for questions that are specific to this version of Xcode, and not for general Mac or iOS programming topics. Use [cocoa] for Mac programming questions, and [cocoa-touch] or [ios] for iOS programming questions.
Xcode 4.4, Apple's integrated development environment (IDE) for Mac OS X and iOS, was released on July 25, 2012.
Use this tag for questions that are specific to Xcode 4.4, and not for general programming questions. Use the macos or cocoa tags for macOS programming questions; use the ios or cocoa-touch tags for iOS (formerly iPhone OS) programming questions; for questions about the Objective-C language and its features, use the objective-c tag; also, avoid adding the Xcode tag if your question would stay the same if you would use any other editor for writing your program code.
New Features:
- runs on both Mac OS X Lion (10.7) and OS X Mountain Lion (10.8) and is the first version of Xcode to contain the OS X 10.8 "Mountain Lion" SDK.
Changes:
- new LLVM integrated assembler for ARM which improves compilation times for iOS apps. This assembler uses only Unified Assembly Language (UAL) assembly code; projects that use manually generated assembly code may need to be updated.
Source: Release notes for Xcode 4.4
See xcode for more information.