I had a clean swift project, using some cocoapods : Parse, AFNetworking and RESideMenu. I need to use STZPopupView pod, so I updated cocoapods with the last version:
I had the same issue. I changed all my imports from #import "RESideMenu.h" to #import for example.
#import "RESideMenu.h"
#import