簡體   English   中英

如何在目標為iOS 7.1(低於8)的項目上獲取FMDB?

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

我使用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)

有辦法解決嗎?

迦太基對框架的支持已在2.6中添加。 現在,您應該能夠在Podfile指定 2.5.2 2.5,並且應該能夠支持Podfile 。我已經在github上發布了一個關於此的問題 ,我們將看看Cocoapods配置是否可以修復。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM