Haneke / HanekeSwift

A lightweight generic cache for iOS written in Swift with extra love for images.
Apache License 2.0
5.2k stars 591 forks source link

Cannot compile: Neither 0.11.0 or 0.11.1 available via cocoapods #437

Open bpollock-vida opened 6 years ago

bpollock-vida commented 6 years ago

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)

gzafra commented 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

koala99 commented 5 years ago

final I use pod 'HanekeSwift', :git => 'https://github.com/Haneke/HanekeSwift.git', :tag => 'v0.11.1'

peddamat commented 5 years ago

@koala99 lifesaver! thank you!

dvaldivia commented 5 years ago

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

dzpt commented 5 years ago

@dvaldivia no solution for swift 4.2? :(

bolee commented 5 years ago

Can't build in Swift 4.2

tuppaware commented 5 years ago

Change the pod's swift version 4 rather than 4.2 and it should compile although it will complain.

nkandregula commented 5 years ago

I have the same problem, I can't validate my podspec file as it has a Haneke dependency.