kodecocodes / rxs-materials

The projects and the materials that accompany the RxSwift: Reactive Programming with Swift Book
Apache License 2.0
163 stars 87 forks source link

11-time-based-operators : error Failed to load linked library swiftQuartzCore of module RxSwift #8

Open jiexishede opened 10 months ago

jiexishede commented 10 months ago

Xcode: 15 RxSwift : 6.60 RxCocoa : 6.60

When I run the butter playgroundPage , this error blew will show:

error: error while processing module import: Failed to load linked library swiftQuartzCore of module RxCocoa - errors:

jiexishede commented 10 months ago

I use SPM import RxSwift, this demo works.