Open FISHBALL1 opened 2 years ago
我们项目中引入了SVGAPlayer库,SVGAPlayer库又引用了SSZipArchive库,我们的项目中原本有使用到 ZipArchive库,原来的代码在执行BOOL result = [archive UnzipFileTo:target overWrite:YES]时,result返回YES,提示解压成功,但是实际沙盒文件中并未解压成功。 如果项目中不引入SVGAPlayer库就不会出现这个问题,但要加载SVGA动画又必须得引SVGAPlayer库。 请问这个问题怎么解决?
你可以 Forked 一个仓库出来,或者直接源码引用都是可以的。
我们项目中引入了SVGAPlayer库,SVGAPlayer库又引用了SSZipArchive库,我们的项目中原本有使用到 ZipArchive库,原来的代码在执行BOOL result = [archive UnzipFileTo:target overWrite:YES]时,result返回YES,提示解压成功,但是实际沙盒文件中并未解压成功。 如果项目中不引入SVGAPlayer库就不会出现这个问题,但要加载SVGA动画又必须得引SVGAPlayer库。 请问这个问题怎么解决?