swifty引用AFNetworking出现clang: error: linker command failed with exit code 1 (use -v to see invocation

前端之家收集整理的这篇文章主要介绍了swifty引用AFNetworking出现clang: error: linker command failed with exit code 1 (use -v to see invocation前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
在Build Setting的Other Linker Flags中添加$(inherited)即可。这是由于Other Linker Flags选项覆盖了pod定义的设置,导致了问题的存在。 原文链接:https://www.f2er.com/swift/325855.html

猜你在找的Swift相关文章