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.
当我JSON尝试启动使用 Simperium 框架的应用程序时发生崩溃:
JSON
[__NSCFString objectFromJSONString]: unrecognized selector sent to instance 0x6c561a0
它立即发生。我是否缺少外部依赖项?它看起来像一种JSONKit方法。
JSONKit
Simperium 在内部使用 JSONKit。您需要添加-ObjC到您的其他链接器标志(在您的目标中的构建设置下找到)。
-ObjC