Swift Project Doesn't Recognize CocoaPod Library -
i created page-based project , created podfile in root of project following content:
source 'https://github.com/cocoapods/specs.git' platform :ios, '8.0' use_frameworks! pod 'baasboxsdk', '~> 0.9'
i ran pod install
via terminal , opened new workspace. use_frameworks!
it's understanding should able use library without creating , setting bridged headers. have tried , without bridged headers , xcode doesn't seem detect library or classes library. missing step? (this first swift project).
are calling
import baasboxsdk
in files want use in
Comments
Post a Comment