我正在尝试将 Glympse Lite iOS SDK v1.0.2 合并到我的应用程序中,但遇到了问题。我已经添加了框架和资源包,并一直在关注示例。但是,当我尝试运行此行时:
bool succeeded = [GlympseLiteWrapper instance].glympse->sendTicket(_glympseTicket, wizardFlags);
我得到这个例外:
+[NSBundle liteBundle]: unrecognized selector sent to class 0x10f5620
这似乎来自框架: [GLYConfiguratorViewerOwner ensureWindowCreated]
方法。
任何想法可能导致这次崩溃?(调用 this 的观点是在 a UITabBarController
if 这有什么不同)。