swift - CocoaPod pod installed but not working -


i have installed sidemenu pod swift.

i have run commands in terminal , says pod has installed , there 1 dependency. podfile follows:

source 'https://github.com/cocoapods/specs.git' platform :ios, ’10.3’  use_frameworks!  target ‘appname’  project ‘/users/name/documents/3/ios/app/appname’  pod 'sidemenu' end 

however, when open xcode pod doesn't work. have 'pod' file added project lot of stuff, including framework, appear red though missing. try import sidemenu in swift file , says no such module exists. there mssing?

thanks


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -