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
Awesome, even the dev tools are being dumbed down.
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.
LLVM 3.1 removes support for reading LLVM 2.9 bitcode files. Going forward, we aim for all future versions of LLVM to read bitcode files and .ll files produced by LLVM 3.0 and later.
Tons of work going on with Vectorization and gaining advanced vector instruct set full support for AMD and Intel, not to mention ARM.
The mailing archives for cfe-dev [clang] and llvm-dev are heavily traffic'd.
All important changes going to Xcode 4.3 are highlighted here:
https://developer.apple.com/library/ios/documentation/DeveloperTools/Conceptual/WhatsNewXcode/Articles/xcode_4_3.html#//apple_ref/doc/uid/1006-SW1
----------
Uh-oh ... now I have two XCodes - one (version 4.2.1) in the Developer folder and now the new one (version 4.3) in the Applications folder.
Plus I have a new "Install Xcode" app in the applications folder (version 4.2.1).
What do I do? And what about all the other stuff in the developer folder?
confused
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
Does anyone who has downloaded this have tips on installing over the top of the previous release? Or tips on the best process to take to delete the previous release before downloading and running 4.3?
Or is it just as simple as dragging the previous Developer folder into the trash?
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...
Do you mean it does this when I launch the new version? Because the developer folder and the old version are still there at the moment
You really couldn't try launching it first before writing this post?
That is the problem. The other tools downloads (graphics, IO, audio, dashcode, auxiliary and accessibility) are just apps inside the DMG and I have no idea where one is supposed to place them.
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.