Apple today released Xcode 4.3 [Mac App Store], making a number of improvements to the software. Among the notable changes, Xcode is now offered directly as an app. It had previously been offered as an installer package, and the move simplifies the installation and update process.
What's New in Version 4.3
Xcode is now distributed as an application, rather than as an installer. This change enables Xcode to be updated directly from the Mac App Store.
- Includes SDKs for Mac OS X 10.7 Lion and iOS 5
- New code signing workflow supports signing OS X apps with Developer ID
- Adds installation of command-line tools to the Downloads preference pane
- Open Developer Tool menu launches Instruments, File Merge, and other tools
- ARC migration tool converts both retain/release and garbage collected code
- Additional bug fixes and stability improvements
Xcode is a free download, but users must be registered members of Apple's iOS or Mac Developer Program in order to submit apps created with Xcode to the respective App Stores.
Top Rated Comments
How is it dumbed down? It's simply just better management. Should have been this way years ago IMO.
http://clang.llvm.org/cxx_status.html
Tons of info over at LLVM/Clang:
http://www.llvm.org/devmtg/2011-11/
Release notes for 3.1 are not any where close to current:
http://llvm.org/docs/ReleaseNotes.html
But it's safe to say XCode 4.4 will be a big hit for the Tools and maturity of LLVM/Clang.
Clang 3.1 also ends cuts off backward compatibility of bitcodes at 3.0 and forward.
----------
Xcode 4.3 removes Xcode 4.2.x as /Developer no longer exists.
Xcode 4.3 is one unified Application with all the Tools launched within Xcode.
https://developer.apple.com/library/ios/documentation/DeveloperTools/Conceptual/WhatsNewXcode/Articles/xcode_4_3.html#//apple_ref/doc/uid/1006-SW1
B
I left Xcode 4.2 where it was and installed 4.3 from the AppStore, once I launched the AppStore version I got this screen to help with the migration...
You really couldn't try launching it first before writing this post?
They appear to be all self contained apps, so looks like you can put them anywhere.
But I agree, it is a bit odd for Apple to just give you a dmg with apps. They should at least give a read me saying you can put them anywhere.