Warm tip: This article is reproduced from serverfault.com, please click

RealmSwift: No such module 'RealmSwift'

发布于 2016-06-07 15:01:49

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.

enter image description here

2.

enter image description here

3. enter image description here

4. enter image description here

  1. After adding the Realm Plugin, i created a class and get the module error below.

enter image description here

Please help me to solve this error.

Questioner
Gaurav Vyas
Viewed
0
bdash 2016-06-08 02:04:46

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.