导入第三方类库的问题汇总
Posted pengyuan_D
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了导入第三方类库的问题汇总相关的知识,希望对你有一定的参考价值。
问题:ld: truncated fat file. Slice from 2313284 to 2949084 is past end of file with length 2949005 file '/Users/wxhl1/Desktop/dxd/11/UI高级/11.8/Weibo1/Weibo1/libWeiboSDK/libWeiboSDK.a' for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
解决方案:Build settings->Linking->Other Linker Flags,将此属性修改成-all_load
以上是关于导入第三方类库的问题汇总的主要内容,如果未能解决你的问题,请参考以下文章