앞서 공개된 iOS 6.1 버전과 함께 Xcode도 4.6 버전으로 업데이트되었습니다.
이번 버전은 코드 완성 휴리스틱 기법이 보다 강화되었으며, 디버거가 NSArray와 NSDictionary 객체를 검사할 수 있는 등 개발자들이 환영할 만한 개선사항을 다수 포함하고 있습니다.
Xcode 4.6 버전의 변경 내역은 아래와 같습니다.
What's New in Version 4.6
- 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 버전의 크기는 1.54GB이며, 맥 앱스토어에서 무료로 내려받으실 수 있습니다. (링크)
관련글
• 애플, iOS 6.1 정식 공개 & 다운로드
• 애플, iOS 6.0.1 업데이트와 함께 Xcode 4.5.2 버전 배포 - iOS 6.1과 Xcode 4.6도 개발자들에게 전달