RxDataSources icon indicating copy to clipboard operation
RxDataSources copied to clipboard

Use of undeclared type of SectionedViewDataSourceType on iPhone4s simulator

Open krymtn opened this issue 7 years ago • 1 comments

Hello I have an issue building project with iPhone4s Simulator (9.0) My project-swift language is 3.3.

- RxDataSources (1.0.4):
    - RxCocoa (~> 3.0)
    - RxSwift (~> 3.0)

I got the issue that use of undeclared type of SectionedViewDataSourceType.

That's also strange, I can build iPhone5s(9.0) Simulator.

krymtn avatar Jul 02 '18 10:07 krymtn

Changing the RxDataSources (in Pods) optimization level to Speed [-O] fixes the issue.

krymtn avatar Jul 02 '18 14:07 krymtn