Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RxSwift某些方法不存在 #57

Open
MansionWayh opened this issue Sep 10, 2019 · 11 comments
Open

RxSwift某些方法不存在 #57

MansionWayh opened this issue Sep 10, 2019 · 11 comments

Comments

@MansionWayh
Copy link

下载下来重新pod之后,然后发现还是运行不了,提示RxSwift某些方法不存在,比如reduceWithSpanBetween reduceWithSpanBetween addingDispatchInterval

@CoderLwcXing
Copy link

有没有找到什么原因啊??我也遇到了

@xiaozhouboy
Copy link

什么原因 ??

@birdmichael
Copy link

我也遇到了

@MansionWayh
Copy link
Author

我也遇到了

我解决了,重新编辑下 podFile 文件,然后重新pod 就好了。target 选择iOS10以上。 platform:ios,'10.0'
use_frameworks!

target 'TSWeChat' do

pod 'Alamofire', '~> 4.0'
pod 'Kingfisher'
pod 'ObjectMapper', '~> 3.4'
pod 'SwiftyJSON', '~> 4.0'
pod 'Dollar', '9.0.0'
#pod 'Cent', :git => 'https://github.com/ashitanojoe/Cent.git'
pod 'KeychainAccess', '3.2.0'
pod 'UIColor_Hex_Swift', '~> 5.1.0'
pod 'RxCocoa', '~> 5'
pod 'RxSwift'
pod 'RxBlocking', '~> 5'
pod 'XCGLogger', '~> 7.0.0'
pod 'SnapKit', '~> 5.0.0'
pod "BSImagePicker", "~> 2.10.0"
#pod 'ImagePicker'
pod 'TSVoiceConverter', '0.1.6'
pod 'XLActionController', '5.0.0'
pod 'TimedSilver', '1.2.0'

pod 'YYText', '1.0.7'
pod 'SVProgressHUD', '2.0.4'
pod 'INTULocationManager', '4.3.2'

pod 'Reveal-SDK', '~> 4', :configurations => ['Debug']

end

@MansionWayh
Copy link
Author

有没有找到什么原因啊??我也遇到了

我解决了,重新编辑下 podFile 文件,然后重新pod 就好了。target 选择iOS10以上。 platform:ios,'10.0'
use_frameworks!

target 'TSWeChat' do

pod 'Alamofire', '~> 4.0'
pod 'Kingfisher'
pod 'ObjectMapper', '~> 3.4'
pod 'SwiftyJSON', '~> 4.0'
pod 'Dollar', '9.0.0'
#pod 'Cent', :git => 'https://github.com/ashitanojoe/Cent.git'
pod 'KeychainAccess', '3.2.0'
pod 'UIColor_Hex_Swift', '~> 5.1.0'
pod 'RxCocoa', '~> 5'
pod 'RxSwift'
pod 'RxBlocking', '~> 5'
pod 'XCGLogger', '~> 7.0.0'
pod 'SnapKit', '~> 5.0.0'
pod "BSImagePicker", "~> 2.10.0"
#pod 'ImagePicker'
pod 'TSVoiceConverter', '0.1.6'
pod 'XLActionController', '5.0.0'
pod 'TimedSilver', '1.2.0'

pod 'YYText', '1.0.7'
pod 'SVProgressHUD', '2.0.4'
pod 'INTULocationManager', '4.3.2'

pod 'Reveal-SDK', '~> 4', :configurations => ['Debug']

end

@MansionWayh
Copy link
Author

什么原因 ??

我解决了,重新编辑下 podFile 文件,然后重新pod 就好了。target 选择iOS10以上。 platform:ios,'10.0'
use_frameworks!

target 'TSWeChat' do

pod 'Alamofire', '~> 4.0'
pod 'Kingfisher'
pod 'ObjectMapper', '~> 3.4'
pod 'SwiftyJSON', '~> 4.0'
pod 'Dollar', '9.0.0'
#pod 'Cent', :git => 'https://github.com/ashitanojoe/Cent.git'
pod 'KeychainAccess', '3.2.0'
pod 'UIColor_Hex_Swift', '~> 5.1.0'
pod 'RxCocoa', '~> 5'
pod 'RxSwift'
pod 'RxBlocking', '~> 5'
pod 'XCGLogger', '~> 7.0.0'
pod 'SnapKit', '~> 5.0.0'
pod "BSImagePicker", "~> 2.10.0"
#pod 'ImagePicker'
pod 'TSVoiceConverter', '0.1.6'
pod 'XLActionController', '5.0.0'
pod 'TimedSilver', '1.2.0'

pod 'YYText', '1.0.7'
pod 'SVProgressHUD', '2.0.4'
pod 'INTULocationManager', '4.3.2'

pod 'Reveal-SDK', '~> 4', :configurations => ['Debug']

end

@birdmichael
Copy link

我也遇到了

我解决了,重新编辑下 podFile 文件,然后重新pod 就好了。target 选择iOS10以上。 platform:ios,'10.0'
use_frameworks!

target 'TSWeChat' do

pod 'Alamofire', '~> 4.0'
pod 'Kingfisher'
pod 'ObjectMapper', '~> 3.4'
pod 'SwiftyJSON', '~> 4.0'
pod 'Dollar', '9.0.0'
#pod 'Cent', :git => 'https://github.com/ashitanojoe/Cent.git'
pod 'KeychainAccess', '3.2.0'
pod 'UIColor_Hex_Swift', '~> 5.1.0'
pod 'RxCocoa', '~> 5'
pod 'RxSwift'
pod 'RxBlocking', '~> 5'
pod 'XCGLogger', '~> 7.0.0'
pod 'SnapKit', '~> 5.0.0'
pod "BSImagePicker", "~> 2.10.0"
#pod 'ImagePicker'
pod 'TSVoiceConverter', '0.1.6'
pod 'XLActionController', '5.0.0'
pod 'TimedSilver', '1.2.0'

pod 'YYText', '1.0.7'
pod 'SVProgressHUD', '2.0.4'
pod 'INTULocationManager', '4.3.2'

pod 'Reveal-SDK', '~> 4', :configurations => ['Debug']

end

还是不行。。。

@chang-guofeng
Copy link

Value of type 'RxTimeInterval' (aka 'DispatchTimeInterval') has no member 'reduceWithSpanBetween'
xcode版本:Version 11.1 (11A1027)
image

@eurake
Copy link

eurake commented Nov 8, 2019

我也遇到了, 更改RxSwift 了不能解决

@ManiacMike
Copy link

一样,修改podfile还是报错...

@ManiacMike
Copy link

#54 这里解决了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants