GithubHelp home page GithubHelp logo

RxSwift某些方法不存在 about tswechat HOT 11 OPEN

hilen avatar hilen commented on May 14, 2024
RxSwift某些方法不存在

from tswechat.

Comments (11)

birdmichael avatar birdmichael commented on May 14, 2024 2

我也遇到了

我解决了,重新编辑下 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

还是不行。。。

from tswechat.

CoderLwcXing avatar CoderLwcXing commented on May 14, 2024

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

from tswechat.

xiaozhouboy avatar xiaozhouboy commented on May 14, 2024

什么原因 ??

from tswechat.

birdmichael avatar birdmichael commented on May 14, 2024

我也遇到了

from tswechat.

MansionWayh avatar MansionWayh commented on May 14, 2024

我也遇到了

我解决了,重新编辑下 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

from tswechat.

MansionWayh avatar MansionWayh commented on May 14, 2024

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

我解决了,重新编辑下 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

from tswechat.

MansionWayh avatar MansionWayh commented on May 14, 2024

什么原因 ??

我解决了,重新编辑下 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

from tswechat.

chang-guofeng avatar chang-guofeng commented on May 14, 2024

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

from tswechat.

eurake avatar eurake commented on May 14, 2024

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

from tswechat.

ManiacMike avatar ManiacMike commented on May 14, 2024

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

from tswechat.

ManiacMike avatar ManiacMike commented on May 14, 2024

#54 这里解决了

from tswechat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.