You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for a great tool.
I have Texture 3.0.0 installed on my machine. But installing RxASDataSources failed with the following error
[!]CocoaPodscould not findcompatibleversionsforpod"Texture":
Insnapshot(Podfile.lock):
Texture(=3.0.0)InPodfile:
RxASDataSourceswasresolvedto0.2,whichdependsonTexture(~> 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'
The text was updated successfully, but these errors were encountered:
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
Hello, thanks for a great tool.
I have Texture 3.0.0 installed on my machine. But installing RxASDataSources failed with the following error
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
The text was updated successfully, but these errors were encountered: