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.
我正在使用JSONKit Objective-C 库。
但是在我编译源代码时它会导致 JSONKit.m 中的错误。
我使用-fno-objc-arc编译器标志来编译非弧代码。
-fno-objc-arc
错误在JSONKit.m文件中,指向文件路径/NSString (isa)。
我应该怎么做才能避免这个错误。
请使用本机类NSJSONSerialization来解析 JSON,它比依赖第三方组件更有帮助。