作者:王者荣耀戒毒所 | 来源:互联网 | 2023-10-11 11:43
Currently a cocoa pod integrated HanekeSwift does not compile on Xcode (Version 9.4.1 (9F2000)) because I can only access 0.10.1.
pod 'HanekeSwift' results in:
Using HanekeSwift (0.10.1)
pod 'HanekeSwift', '=0.11.1' results in:
[!] CocoaPods could not find compatible versions for pod "HanekeSwift":
In Podfile:
HanekeSwift (= 0.11.1)
该提问来源于开源项目:Haneke/HanekeSwift
I have the same problem, I can't validate my podspec file as it has a Haneke dependency.