我已经使用 pod 和桥接头快速设置了 pubnub。在ViewDidLoad
我的ViewController
我试图初始化它并且它失败了
client?.subscribeToChannels(["My_Channel"], withPresence: false)
它最终在以下方面失败PNClientState.m
:
- (NSDictionary *)stateMergedWith:(NSDictionary *)state forObjects:(NSArray *)objects {
NSMutableDictionary *mutableState = [([self state]?: @{}) mutableCopy];
这已经好几天了,所以它为什么会突然失败令人困惑?
感谢您的任何帮助。