ReactiveX / RxSwift

Reactive Programming in Swift
MIT License
24.37k stars 4.17k forks source link

How to install RxCocoa in Xcode9 by Cocoapods. #1333

Closed tuchangwei closed 7 years ago

tuchangwei commented 7 years ago

I am sorry, but anyone know how to install Rxcocoa in Xcode9? I have installed RxSwift and built successfully: pod 'RxSwift', :git => 'https://github.com/ReactiveX/RxSwift.git',:branch => 'swift4.0-xcode9'

Thanks.

tailec commented 7 years ago
pod 'RxSwift', :git => 'https://github.com/ReactiveX/RxSwift.git',:branch => 'swift4.0-xcode9'
pod 'RxCocoa', :git => 'https://github.com/ReactiveX/RxSwift.git',:branch => 'swift4.0-xcode9'
freak4pc commented 7 years ago

Hi,

this doesn't look like an issue with the project itself but more of a "how do I do XXX" question. Please ask these kinds of questions in our slack channel http://rxswift-slack.herokuapp.com/ or some other more appropriate communication channel.

We are asking this because:

Thank you for understanding.