Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Xcode 5.0,我想使用 jsonKit 来解析内容,但我找不到放置位置:
-fno-arc-objc
它将显示:
if __has_feature(objc_arc) 错误 JSONKit 不支持 Objective-C 自动引用计数 (ARC) endif
好吧,我确实添加了 JSONKit 类(JSONKit.h 和 JSONKit.h),但在 .m 文件中,我有很多警告和编译错误。我使用重构转换为objective-c arc,但似乎不行..
如果要将标志添加到编译器选项中,则必须通过 Project->Build Phases->Compile Sources,然后双击要放置标志的每个文件:
请注意,根据设置窗口的加载位置会出现奇怪的故障:
无法在 Xcode 5 中添加编译器标志