I try to execute AFNetworking-RACExtensions using CocoaPods but it always shows this error:
[!] Unable to satisfy the following requirements: - `ReactiveCocoa (= 2.1.8)` required by `Podfile` - `ReactiveCocoa/no-arc` required by `ReactiveCocoa (2.1.8)` - `ReactiveCocoa/Core` required by `ReactiveCocoa (2.1.8)` - `ReactiveCocoa/no-arc` required by `ReactiveCocoa/Core (2.1.8)` - `ReactiveCocoa (~> 2.1)` required by `ReactiveViewModel (0.1.1)` - `ReactiveCocoa (~> 1.5.0)` required by `AFNetworking-RACExtensions (0.0.1)`
What could be the reason? Is this because AFNetworking-RACExtensions need to use AFNetworking 1.5?
, ReativeCocoa, , ~> 1.5.0. , , 1.5.x, 1.6*. 2.* . 2.x , . , CocoaPods - Objective-C. - 2.x, , 2.0 . AFNetworking-RACExtensions ReactiveCocoa 2.x.
ReativeCocoa
~> 1.5.0
1.5.x
1.6*
2.*
2.x
AFNetworking-RACExtensions
Source: https://habr.com/ru/post/1538137/More articles:NullPointerException in com.google.android.youtube.player.YouTubePlayerSupportFragment.onStart (Unknown source) - androidUIPageViewController Page Indicator Position - iosGuice Synthetic Warning - javaMultiplication Decimal and Integer F # - type-conversionduplicate symbol in external structure - iosHide Java Futures - javaWhy write O AS INT and not write (INT) O - c #How to use the "extern template" with a nested class that is used by the template in the same class? - c ++Получение документа с максимальным размером внутреннего массива в MongoDB - mongodbMassive Multiplication by OpenCV Elements - c ++All Articles