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

Popular posts from this blog

methods - python can't use function in submodule -

Java 3D LWJGL collision -

c# - ErrorThe type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?) -