如何将RxSwift引入项目中
2021-10-01 本文已影响0人
ios_暗夜行者
# Podfile
use_frameworks!
target 'YOUR_TARGET_NAME' do
pod 'RxSwift', '6.2.0'
pod 'RxCocoa', '6.2.0'
pod 'RxBlocking', '6.2.0'
pod 'RxTest', '6.2.0'
end
$ pod install
# Podfile
use_frameworks!
target 'YOUR_TARGET_NAME' do
pod 'RxSwift', '6.2.0'
pod 'RxCocoa', '6.2.0'
pod 'RxBlocking', '6.2.0'
pod 'RxTest', '6.2.0'
end
$ pod install