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
I tried to do a pod install which resulted in the following:
[!] CocoaPods could not find compatible versions for pod "RxSwift":
In snapshot (Podfile.lock):
RxSwift (= 6.1.0)
In Podfile:
RxCocoa was resolved to 6.1.0, which depends on
RxSwift (= 6.1.0)
RxStarscream was resolved to 0.3, which depends on
RxSwift (~> 2.5.0)
RxSwift
My Podfile looks like this:
platform :ios, '10.0'
target 'MyApp' do
use_frameworks!
pod 'Firebase/Core'
pod 'Firebase/Analytics'
pod 'Firebase/Crashlytics'
pod 'RxSwift'
pod 'RxCocoa'
pod 'RxStarscream'
end
The text was updated successfully, but these errors were encountered:
I tried to do a
pod install
which resulted in the following:My
Podfile
looks like this:The text was updated successfully, but these errors were encountered: