Skip to content
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

Open
bpollock-vida opened this issue Sep 11, 2018 · 8 comments
Open

Comments

@bpollock-vida
Copy link

bpollock-vida commented Sep 11, 2018

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)

@bpollock-vida bpollock-vida changed the title Neither 0.11.0 or 0.11.1 available via cocoapods Cannot compile: Neither 0.11.0 or 0.11.1 available via cocoapods Sep 11, 2018
@gzafra
Copy link

gzafra commented Sep 26, 2018

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
Copy link

koala99 commented Dec 3, 2018

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

@peddamat
Copy link

@koala99 lifesaver! thank you!

@dvaldivia
Copy link

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
Copy link

dzpt commented Feb 17, 2019

@dvaldivia no solution for swift 4.2? :(

@bolee
Copy link

bolee commented Mar 10, 2019

Can't build in Swift 4.2

@tuppaware
Copy link

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

@nkandregula
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants