RxSwiftCommunity / RxAnimated

Animated RxCocoa bindings
MIT License
687 stars 38 forks source link

Fix swift build #42

Open Econa77 opened 3 years ago

Econa77 commented 3 years ago

Run swift build locally, will get the following error:

RxAnimated % swift build
RxAnimated/Sources/RxAnimated/RxAnimated+animations.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^

I know the discussion here, but it may have been needed at some point.