Failed to load linked library swiftQuartzCore of module RxSwift - errors:

79 Views Asked by At

My project git repo was at https://github.com/jiexishede/RxSwiftTimePlayground. When I ran the playground page, the error will show :

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

I don't know why.

Xcode: 15.1 RxSwift 6.1.0 RxCocoa 6.1.0 

I have searched on github: https://github.com/kodecocodes/rxs-materials/issues/1.

2

There are 2 best solutions below

0
jiexishede On

I used the Cocoapod to install RxSwift. Now I install the RxSwift by SPM(Swift Package Manager). The demo works.

0
Daniel T. On

I got your repo to work by moving all the code into the playground page and removing the access restrictions. Also, I added a view controller so I could see the output. I sent you a PR.