I configured RealmSwift 1.0.0 Latest Using Docs into the Xcode project. After installation i created a class file and getting module error - like: No such module 'RealmSwift' in class file.
1.
2.
Please help me to solve this error.
It looks like you've added the path to RealmSwift.framework
to your framework search paths. The Realm Swift installation instructions say to add the parent path of RealmSwift.framework
(i.e., the containing directory) to your framework search paths.