我使用pod安装了FMDB,因为我需要访问本地sqlite数据库。我喜欢这个库,但不幸的是,如果我在iOS 8下放置一个部署目标,我会在构建
时遇到此错误ld: embedded dylibs/frameworks are only supported on iOS 8.0 and later (@rpath/FMDB.framework/FMDB) for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
有办法解决这个问题吗?
答案 0 :(得分:0)
迦太基对框架的支持在2.6中加入。现在,您应该能够在Podfile
中指定 2.5.2 2.5,并且您应该能够支持iOS 7.我已经在github上发布了an issue在此,我们将看看是否可以修复Cocoapods配置。