我已将项目从xCode 4更新为xCode 5.1。现在我在构建时遇到以下错误:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: -dynamic未指定以下标志无效:-ObjC
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: 文件: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/usr/lib/的 libsqlite3.dylib 是一个动态库,未添加到静态库
我该如何解决?我试图找到任何特殊的构建参数(包括-ObjC),但它们都是标准的。
答案 0 :(得分:0)
答案类似于重复的问题Xcode -dynamic not specified static library error:
只需从项目中自己的静态库中删除libsqlite3.dylib
即可。