No such module "SideMenu"
swatirahane17 opened this issue · 3 comments
Hi ,
I am new in swift, i tried to use your Side-Menu.IOS, i follow all the steps but when i import SideMenu, it show me error- "No Such Module SideMenu". I am using ios 9 and Xcode 7.2.
I tried to set Framework Search Path , but its not work because the framework show different path when i see its path in inspector. It show me path -"/Users/element45/Library/Developer/Xcode/DerivedData/sideMenuExample-frlseoygwmkbgyavakwulipeqlda/Build/Products/Debug-iphoneos/SideMenu.framework".
when i check on terminal i don't get the folder Debug-iphoneos.
Hi, @swatirahane17. Did you use cocoa pod for install or manual installation?
Use Cocoa Pod for installiation.
First in the terminal write:
sudo gem install cocoapods
Then from the terminal goto you iOS App project directory where there is yourapp.xcodproj file is located. Then in terminal write:
pod init
open -a Xcode Podfile
A podfile will be opened, in that under your app targets write:
pod 'YALSideMenu'
After saving it, go back to terminal and write:
pod install
This will automatically download YALSlideMenu and install it and then link it to your project.
Thanks, hope this answers your problem.
Hi @swatirahane17. Do you need some help? Has your problem been solved?