pod install error 2019-07-12

2019-07-12  本文已影响0人  iOS打怪升级
1.
[!] CocoaPods could not find compatible versions for pod "hqclasssdk":
  In Podfile:
    hqclasssdk (~> 1.15.0)

Specs satisfying the `hqclasssdk (~> 1.15.0)` dependency were found, but they required a higher minimum deployment target.
platform :ios, '8.0'
原因:podfile 文件版本号低于第三方sdk 要求的版本号,升级一下就行,这里改成9.0 就可以install 成功了
上一篇 下一篇

猜你喜欢

热点阅读