Open bpollock-vida opened 6 years ago
I have the same problem. @hpique @joanromano @Lascorbe @oriolblanc
Apparently pod was removed in last commit as of 15th of February Swift 4, remove pod
final I use pod 'HanekeSwift', :git => 'https://github.com/Haneke/HanekeSwift.git', :tag => 'v0.11.1'
@koala99 lifesaver! thank you!
I'm getting a bunch of errores either with haneke 0.10.1
or 0.11.1
with proposed fix
pod 'HanekeSwift', :git => 'https://github.com/Haneke/HanekeSwift.git', :tag => 'v0.11.1'
Most of my errors seem related to Swift 4.2
@dvaldivia no solution for swift 4.2? :(
Can't build in Swift 4.2
Change the pod's swift version 4 rather than 4.2 and it should compile although it will complain.
I have the same problem, I can't validate my podspec file as it has a Haneke dependency.
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)