美文网首页
iOS 报错:cannot create weak refere

iOS 报错:cannot create weak refere

作者: Lee坚武 | 来源:发表于2021-03-11 11:38 被阅读0次

    1、引入了其他的第三方SDK后,项目就报错了,如下图:

    image.png

    2、解决办法:

    点击工程启动文件 - TARGETS -Build Settings - 在下方搜索框搜索weak - 在Apple LLVM 8.0 - Language - Objective C选项下边 - 把Weak Reference in Manual Retain Release选项改成YES即可。

    image.png

    相关文章

      网友评论

          本文标题:iOS 报错:cannot create weak refere

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