JSPatch icon indicating copy to clipboard operation
JSPatch copied to clipboard

使用旧版本SDK与Github新版本JPBlock、JPCFunction等冲突问题

Open FantasticSkyBaby opened this issue 7 years ago • 0 comments

如题使用旧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 to class 0x1053913f8'

2、加入PBlock后#import JPEngine报错,替换SDK中JPEngine.h头文件崩溃出错: JP: 补丁版本没有更新 +[BExt422 formatOCToJS:]: unrecognized selector sent to class 0x1053ed7c0 2017-08-29 16:35:04.206 WeChat[7876:905268] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[BExt422 formatOCToJS:]: unrecognized selector sent to class 0x1053ed7c0'

FantasticSkyBaby avatar Aug 29 '17 08:08 FantasticSkyBaby