-
Notifications
You must be signed in to change notification settings - Fork 69
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
pod install fail with message "CocoaPods could not find compatible versions for pod RxNimble/RxTest" #37
Comments
Same here :/ |
Looks like the last available version in the CocoaPods master repo is still 4.2.0: https://cocoapods.org/pods/RxNimble @ashfurrow or anyone, how have you been managing @acevif @fernandocruz until then you can install the pod by manually referencing the repository: |
Ah, yeah 4.4.0 was never related. I'll do that now. |
Okay, I can't get this to pass. Can someone else try running this on their machine?
I keep getting this error:
|
ah sorry for that @testable thing, it built fine for me and also when building with Carthage in the carthage PR :/ I can check this tomorrow, but just for sanity check, pod lib lint is fine in your machine if you try it at the 4.3.0 tag? (that version happens to be unreleased as well) |
No worries! Okay, looks like something was up, but I fixed the linker error but explicitly requiring |
The commit is here btw: bb17e40 |
Thanks, @ashfurrow @gobetti! @fernandocruz Please reopen this issue in case it doesn't work fine for you. |
Hi.
Thanks for creating the nice library.
I'm in trouble now with
pod install
.After adding a line
pod 'RxNimble/RxTest'
to Podfile,pod install
fails with an error below:How can I fix it?
Thanks in advance.
The text was updated successfully, but these errors were encountered: