AppCode 2017.1 EAP (build 171.3224.9) 发布了,现已支持下载。AppCode 是一个全新的 Objective-C、Swift 的集成开发环境,用于帮助开发 Mac、iPhone 和 iPad 的应用程序。该版本主要进行了以下修复:
- Swift:
- SE-0057: Importing Objective-C Lightweight Generics (OC-14134)
- Resolve and completion for
self.init() and super.init() calls in Swift (OC-11928)
- Resolve problems with Swift
struct/enum initializers (OC-14742)
- Problem with local variables resolution in
main.swift (OC-14954)
- Objective-C and mixed code:
- Problem with Override/Implement in the mixed code (OC-14856)
- Regression with macro completion (OC-14851)
- Regression with ivars completion in Objective-C (OC-14934)
- General:
- Fix for regression in building symbols performance appeared in previous EAP build (OC-14947)
- Problem with SourceKit inspections in Xcode 8.3 beta (OC-14925) and targets with recursive paths (OC-14777)
点击这里查看完整更新内容。
相关文章