Friday, April 26, 2024

Xcode Developer Toolset Updated to Version 4.6 [Mac Blog]

Share

Xcode4 6
Following the release of iOS 6.1, Apple has updated its Xcode developer toolset as well. The new version, Xcode 4.6, includes improvements in code completion heuristics, new compiler warnings, and other coding improvements.

What’s new

– Includes SDKs for OS X 10.8 Mountain Lion and iOS 6.1.
– Code completion heuristics are more accurate, and use an optimized default data set.
– New compiler warnings help identify potential bugs when using ARC and weak references.
– C++11 support for ‘user defined literals’ and ‘unrestricted unions’ features.
– Debugger can inspect elements within NSArray or NSDictionary objects.
– Analyze now performs deeper cross-function static analysis of Objective-C and C++ code.
– The number of indexing passes is reduced due to improved dependency checking.
– Additional bug fixes and stability improvements.

Xcode 4.6 is available as a free download from the Mac App Store. [Direct Link]



Read more

More News