当pod install时出现下面的错误:
 Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "sqflite":   In Podfile:
    sqflite (from `.symlinks/plugins/sqflite/darwin`)
Specs satisfying the `sqflite (from `.symlinks/plugins/sqflite/darwin`)` dependency were found, but they required a higher minimum deployment target.
 
解决上面的报错
1.清理缓存
 2.打开podfile,将platform版本进行修改
 
 3.重新下载依赖,即可解决问题



















