install issue in iOS
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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