I have added the Realm.framework and RealSwift.framework to a project. and "import Realm" though I'm getting this error:
RLMRealm' has no member 'setDefaultRealmPath'
let directory: NSURL = NSFileManager.defaultManager().containerURLForSecurityApplicationGroupIdentifier("group.it.fancypixel.Done")!
let realmPath = (directory.path! as NSString).stringByAppendingPathComponent("db.realm")
RLMRealm.setDefaultRealmPath(realmPath)
Any ideas I can't seem to see a solution for this anywhere being it's so new.
Thanks in advance.