我正在尝试将Glympse Lite iOS SDK v1.0.12合并到我的应用程序中。 但我有一个问题。 试图解除“发送...”屏幕会导致应用程序崩溃。
尝试使用此处https://stackoverflow.com/a/17889940/3805275的解决方案,但仍然会崩溃。
尝试对示例项目GlympseHistoryLiteDemo执行相同操作,并使用以下输出崩溃:
-[GLYConfiguratorViewerOwner onDismissPleaseWait:]: unrecognized selector sent to instance 0x15daa5c0
TICKET_CHANGED FIRED
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason:
'-[GLYConfiguratorViewerOwner onDismissPleaseWait:]: unrecognized selector sent to instance 0x15daa5c0'
*** First throw call stack:
(0x2e1d0f4b ...) libc++abi.dylib: terminating with uncaught exception of type NSException
任何想法可能导致此崩溃和可能的解决方案?
顺便说一句,我正在使用iOS 7.0.4测试iPod Touch。