赞
踩
File not found: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a
解决办法:
把target改成iOS10及以上。
Library 'iconv.2.4.0' not found Linker command failed with exit code 1 (use -v to see invocation)
解决办法:
I was able to fix this by going into Build Phases > Link Binary With Libraries, removing the old versions of libiconv (in my case I was seeing libiconv.2.4.0.tbd and libiconv.2.4.0.dylib), and adding libiconv.tbd back using the + button.
进入Build Phases > Link Binary With Libraries,去掉libiconv.2.4.0.tbd,之后添加libiconv.tbd库即可。
参考链接:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。