美文网首页
2020-06-15

2020-06-15

作者: 聆听随风 | 来源:发表于2020-06-15 16:02 被阅读0次

    运行原先工程报错,工程无法运行

    1. 

    The linked library 'libpostproc.a' 'libavfilter.a' 'libavdevice.a' is missing one or more architectures required by this target:arm64

        按照网上常用的方法,一直没解决问题,后来发现是在Build Phases->Link Binary With Libraries 中包含三个文件,把三个文件删除问题解决。(删除后在里面加入这三个库,加入不进去,说明这三个库存在此处不正确)。

    2.

    解决方法:

    NSInteger numberOfBeforeSection = [(UICollectionView *)_update[@"oldModel"] numberOfItemsInSection:updateItem.indexPathBeforeUpdate.section];

    相关文章

      网友评论

          本文标题:2020-06-15

          本文链接:https://www.haomeiwen.com/subject/mexhxktx.html