如何在项目目标 iOS 7.1(低于 8)上获取 FMDB?

How do I get FMDB on project target iOS 7.1 (below 8)?

我使用 pods 安装了 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)

有办法解决这个问题吗?

Carthage 对框架的支持已在 2.6 中添加。现在,您应该能够在 Podfile 中指定 2.5.2 2.5,并且您应该能够支持 iOS 7。我已经发布了 an issue on github on this 我们将看看是否可以修复 Cocoapods 配置。