Xcode Error: No such module SideMenu
Opened this issue · 4 comments
Deleted user commented
upon adding 'import SideMenu' in the view controller just after import UIKit (as per instructions) Xcode shows error 'No such module SideMenu'. Grateful for feedback.
shanmarkus commented
Try Clean and Build
EgorSobko commented
@MazenKilani Hi, do you use cocoapods to install SideMenu? If you install manually, try remove SideMenu.xcodeproj from your project and add it again.
Deleted user commented
Used Cocoapods. Great utility, poor implementation (or they assume everyone is already an expert). I used John-Lluch/SWRevealViewController and customized it. Works like a dream.