So, I'm pretty new to Xcode, but I read the documentation on how to import third-party frameworks into the playground in Xcode 7.1.1, as well as the documentation on how to get started with Realm using the Dynamic Framework installation method.
At this point, I have a workspace containing an iOS project, two .framework folders needed for Realm, and a Playground project. I created a workspace without errors.
I realized that some Realm examples on the playground would be a great way, but simple:
import RealmSwift
leads to the error "There is no such module" RealmSwift ". What am I missing?
source
share