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
Post a Comment