Я попытался установить мои CocoaPods с pod install
и Podfile
, которые выглядят как
platform :osx
pod 'ReactiveCocoa', '~> 2.1.8'
Но я получил ошибку
[!] The platform of the target `Pods` (OS X 10.6) is not compatible with `ReactiveCocoa (2.1.8)` which has a minimum requirement of iOS 5.0 - OS X 10.7.
Мой целевой объект развертывания - OSX 10.9, а SDK - 10.9, поэтому я не уверен, где он получает OSX 10.6.