I'm trying to install Realm for Swift via Cocoapods.
First what I did was pod init into my project
Then I open podfile and changed it like this:
target 'Taskio' do
use_frameworks!
pod 'RealmSwift'
end
Then I closed podfile and execute command pod install
Everything pass good. But now when i opened workspace I'm getting error while importing RealmSwift
Cannot load underlying module for 'RealmSwift'