uber / uber/RIBs

install issue in iOS

Open
#389 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

iOS
Dominant language
Kotlin
Stars
7.9k
Forks
914
PR merge metrics
No merged PRs in 30d

Description

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..

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Podfile entry for RIBs and the Podfile.lock snapshot shown in the report, then reproduce the failure with pod install. Compare the RxSwift constraints from RIBs 0.9.1, Moya/RxSwift, and RxCocoa; done means the documented RIBs dependency setup resolves without the reported version conflict.

Written by the indexing model from the issue text.

Assessment

Tech stack
ios, swift
Domain
build-system, mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.