So I wanted to link to RealmSwift in my own framework and these are the steps I took:
Add
RealmSwift
as a subprojectLink the framework:
Add the dependency
Import
RealmSwift
into the Swift file:
And I got the error: Missing required modules: 'Realm.Private', 'Realm'
. How can I solve this issue? Thanks!