Hunter Rawson

Results 3 issues of Hunter Rawson

群辉docker中搭建好框架,点击抓取,log显示一直在分析,已经一天多了 ![QQ20200813-141119](https://user-images.githubusercontent.com/14800057/90100274-e49f2f00-dd6e-11ea-9bad-e13014593223.png)

如题使用旧SDK搭配最新JPBlock、JPCFunction出现问题。能否把这些扩展集成到SDK中 如: 1、加入PBlock、JPCFunction后更新补丁,在线请求补丁崩溃报错: JP: 请求补丁文件成功,大小:3072 JP: 更新补丁版本 81 成功 +[JPExtension replacedFunctions]: unrecognized selector sent to class 0x1053913f8 Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[JPExtension replacedFunctions]: unrecognized selector sent...

例子:NSMutableDictionary *prefs = [[NSMutableDictionary alloc] initWithContentsOfFile: WXPreferencesFile]; BOOL isEnableExcludeWhenInTimeline = [[prefs objectForKey:enableExcludeWhenInTimeline] boolValue]; 你prefs取得是最外层大字典,下面的代码怎么可以获取到基层之下的值呢(‘ enableExcludeWhenInTimeline’ 这个值居然还是value不是key) 不太明白这段代码怎么能生效