**已关闭。**此问题需要debugging details。当前不接受答案。
编辑问题以包括desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
4天前关闭。
Improve this question
ld:未找到文件:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.aclang:error:链接器命令失败,退出代码为1(使用-v查看调用)
我需要知道如何解决它。
1条答案
按热度按时间x8diyxa71#
如果您使用的是Pod,请尝试将每个库的iOS部署目标设置为11.0。
您可以将代码
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
添加到您的podfile中,如下所示: