-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot compile: Neither 0.11.0 or 0.11.1 available via cocoapods #437
Comments
I have the same problem. @hpique @joanromano @Lascorbe @oriolblanc Apparently pod was removed in last commit as of 15th of February |
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
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)
The text was updated successfully, but these errors were encountered: