小菜鸟之静态库的崩溃问题

最近遇到了一个静态库崩溃的问题,日志是unrecognized selector sent to class

cocoapods更新SSZipArchive,编译的时候没有问题,运行公司app的时候崩溃了

【SSZipArchive createZipFileAtPath:withContentsOfDirectory:withPassword】unrecognized selector sent to class

解决方法是工程products下的debug和release下的库文件全部先删除,再重新编译

你可能感兴趣的:(小菜鸟之静态库的崩溃问题)