I have been trying to install the newest version of Realm (.93) with cocoa pods following the directions on the website:
Install CocoaPods 0.37.1 or later ([sudo] gem install cocoapods). In your Podfile, add use_frameworks! and pod 'RealmSwift' to your main and test targets. From the command line, run pod install. Use the .xcworkspace file generated by CocoaPods to work on your project!
However, when I try to import RealmSwift
My xcworkspace cannot find the module. Thank you for your help.