下面是控制台的一个片段。
Timestamp App Name[315:36110] [INFO] [IMFPushClient] -[IMFPushClient registerDeviceToken:completionHandler:] in IMFPushClient.m:70 :: Verifying previous device registration.
IMFAuthorizationManager.m:453 :: There is no cached authorization header, use obtainAuthorizationHeaderWithCompletionHandler to get the header
Timestamp App Name[315:36110] +[IMFResponse responseWithWLResponse:]: unrecognized selector sent to class 0x100101c30
- 没有使用 cocoapod 安装 IMFCore 框架。直接参考框架。
- 在项目和目标的链接器->其他链接器标志中添加了 -Objc 标志。
- 在 iPhone 6+ iOS 版本 9.2.1 上调试时检测到问题。
- Xcode iPhone 6+ 模拟器 iOS 版本 9.2 无法重现问题。
如果有人能对我的问题有所了解,将不胜感激。谢谢你。