AppCode 3.3 RC2 发布,上一版本修复了AppCode 引起的在iOS 9.1 设备运行程序会错误环境变量的问题 ,这导致无法在iOS 设备创建任何文件,包括SQLite databases, temp files 等等,该版本修复了这个问题。
下载地址:
https://youtrack.jetbrains.com/issue/OC-12583
AppCode 是一个全新的 Objective-C 的集成开发环境,用于帮助开发 Mac、iPhone 和 iPad 的应用程序。

评论删除后,数据将无法恢复
引用来自“純白陰影”的评论
支持最新XCode吗In this build we started our work on supporting latest changes in Objective-C coming with Xcode 7. First, it’s nullability keywords, that are slightly different from those in Xcode 6:
__nullable is a compiler definition,
_Nullable is a keyword.
AppCode 3.2 supports nullability keywords coming with Xcode 6.4, and this EAP build includes parsing and resolving for these updated nullability keywords from Xcode 7.
看来是支持了