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
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..
The text was updated successfully, but these errors were encountered:
when insert this code in podFile and run pod install, there is some issue that
i think this error comes when RxSwift is already in podFile..
The text was updated successfully, but these errors were encountered: