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

Pod specs seems to be pointing to old version of Texture (2.0) #42

Open
MussaCharles opened this issue Dec 9, 2020 · 3 comments
Open

Comments

@MussaCharles
Copy link

Hello, thanks for a great tool.
I have Texture 3.0.0 installed on my machine. But installing RxASDataSources failed with the following error

[!] CocoaPods could not find compatible versions for pod "Texture":
  In snapshot (Podfile.lock):
    Texture (= 3.0.0)

  In Podfile:
    RxASDataSources was resolved to 0.2, which depends on
      Texture (~> 2.0)

    Texture

Is this a known issue or should I point to a specific branch for update version of RxASDataSources which depends on Texture 3+, as described on the repo version history?

Here is how my Podfile looks like

 pod 'Texture' # Texture 3.0.0 (Latest version)
 pod 'RxASDataSources' # Attempting to add RxASDataSources (This gives the error above on 'pod install command'
@MussaCharles
Copy link
Author

Updates:
I was able to resolve the issue by explicitly pointing to master branch in the pod file like so: -

pod 'RxASDataSources',:git => 'https://github.com/RxSwiftCommunity/RxASDataSources.git',:branch => 'master'

I think cocoa pods release needs some updates so that we don't have to specify a branch. @foxware00

@foxware00
Copy link
Contributor

Hi @MussaCharles I'm not actually running this repo, I've just contributed the fix for Texture 3.0. I've had to do the same thing as you. @dangthaison91 should be able to help

@MussaCharles
Copy link
Author

Hi @foxware00 thanks for clarification :)

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

2 participants