以下链接器命令会导致以下错误。这是为XCode for iOS中的模拟器目标构建的。它还不清楚什么甚至通过XCode提供Xlinker参数。关于我如何在这里寻求解决方案的任何想法?
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only i386 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -o libxxx.a
错误: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: 未知选项字符`X'在:-Xlinker
(注意:这个错误似乎无处不在。几天前相同的项目文件正在建设中。)
答案 0 :(得分:0)
尝试将use_frameworks!
添加到您的Podfile并运行pod install
。
这应解决问题。