skip to Main Content

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

Answers


  1. Chosen as BEST ANSWER

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


  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search