我继承了一个依赖于静态库的项目(幸运的我!)。尝试构建静态库,我收到此错误:
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool: -dynamic not specified the following flags are invalid: -ObjC
接下来是这两行,我 了解,但这似乎是一个单独的问题(缺少文件。)
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool: can't locate file for: -lFlurryWithLocation
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool: file: -lFlurryWithLocation is not an object file (not allowed in a library)
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool failed with exit code 1
我错了,这一切都有关系吗?如果我修复丢失的文件部分,第一行错误会消失吗?
无论哪种方式,消息的-dynamic not specified
部分是什么意思?
谢谢!
答案 0 :(得分:0)
奥莉,你原来的预感是正确的。这两条消息之间没有关系。第一条消息'-dynamic未指定以下标志无效:-ObjC'只是一个警告。构建静态库不需要-objC选项。