整理上一个开发者留下的旧项目,他在项目中没有运用Git第三方管理工具,手动倒入的第三方工具,使得项目占用内存达到354M,而且项目中的第三方目录文件多次导入同一个第三方库
今天我就整理一下
将重复引入的第三方库删除,改用Git导入第三方并管理,然后遇到了这样的错误:
xxx/Masonry/Info.plist:0: error: reading data: The file “Info.plist” couldn’t be opened because there is no such file.
![](https://img.haomeiwen.com/i609583/17158fe5b84c7570.png)
网友评论