How to use frameworks imported with carthage in swift playground
i have a swift project with some frameworks added via carthage. Is it possible to use those frameworks in playground inside project and how to use it, because import Argo doesn't work :( This stopped working at some point. Sigh What I do now is Create a macOS > Command Line Tool. Create a Cartfile with github "ReactiveX/RxSwift" and run carthage update --platform iOS Go to the command line tool target and add the frameworks from Carthage/Build/iOS in Linked frameworks and Libraries Add the playground files. At this point I’m able to run the playground files. 🤷🏻♂️ A playground has access to