iOS Cocoapods的pod install出現的某個錯誤 but they required a higher minimum deployment target.


關於cocoapods的安裝和使用的基本教程:

http://my.oschina.net/vimfung/blog/182427?fromerr=j7l3DvCG

 
出現以下錯誤提示:

Specs satisfying the `IQKeyboardManager (~> 3.3.4)` dependency were found, but they required a higher minimum deployment target.

 
解決方案:
 
platform :ios 
pod 'JSONKit' , '~> 1.5pre'
 
需要在:ios后添加代碼ios的版本號,如添加:  ,'7.0'
 
即像這樣:
 
platform :ios , '7.0'
 
pod 'JSONKit' , '~> 1.5pre'


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM