Xcode -dynamic未指定静态库错误

时间:2014-03-11 09:04:05

标签: ios xcode compiler-errors compiler-warnings build-error

我在Xcode中有一个子项目,它创建一个由父项目引用的静态库。一直都很好,直到iOS 7.1和Xcode 5.1发布,我突然收到以下警告。

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: -dynamic not specified the following flags are invalid: -ObjC 
warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/usr/lib/libsqlite3.0.dylib is a dynamic library, not added to the static library

有人知道我需要做些什么才能修复此警告吗?

0 个答案:

没有答案