首页 > 技术文章 > 关于 dependency were found, but they required a higher minimum deployment target 和 CocoaPods could not find compatible versions for pod "multi_image_picker"

nightfallsad 2019-11-25 15:55 原文

基本都是podfile里配置的target版本太低了,改成platform :ios, '10.0'

推荐阅读