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

install issue in iOS #389

Open
Odyflame opened this issue Feb 9, 2021 · 1 comment
Open

install issue in iOS #389

Odyflame opened this issue Feb 9, 2021 · 1 comment
Labels
iOS iOS related tickets

Comments

@Odyflame
Copy link

Odyflame commented Feb 9, 2021

pod 'RIBs', '~> 0.9'

when insert this code in podFile and run pod install, there is some issue that

CocoaPods could not find compatible versions for pod "RxSwift":
In snapshot (Podfile.lock):
    RxSwift (= 5.1.1, ~> 5, ~> 5.0)

  In Podfile:
    Moya/RxSwift was resolved to 14.0.0, which depends on
      RxSwift (~> 5.0)

    RIBs was resolved to 0.9.1, which depends on
      RxSwift (~> 4.0)

    RxCocoa was resolved to 5.1.1, which depends on
      RxSwift (~> 5)

    RxSwift

i think this error comes when RxSwift is already in podFile..

@programming086
Copy link

programming086 commented Jul 21, 2024

@rudro if change podspec need change version too and run

pod trunk push RIBs.podspec

P.S. for lint

pod spec lint RIBs.podspec

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

No branches or pull requests

3 participants