ios - Setting up RealmSwift with Cocoa pods -


i have been trying install newest version of realm (.93) cocoa pods following directions on website:

install cocoapods 0.37.1 or later ([sudo] gem install cocoapods). in podfile, add use_frameworks! , pod 'realmswift' main , test targets. command line, run pod install. use .xcworkspace file generated cocoapods work on project!

however, when try import realmswift xcworkspace cannot find module. thank help.

you have trigger first build manually. cocoapods injects dependencies implicitly, causes xcode troubles find them @ right place module name.


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -