@bonnell If I simply add those line to TwitterKit.framework/Headers/TwitterKit.h it solve 2 out of 3 warnings:
#import "TWTRDefines.h"
#import "TWTRShareEmailViewController.h"
However, if I add TWTRSession.h to the same place it refuses to compile with error "Duplicate interface definition for class TWTRSession", because it’s defined both in TwitterKit.framework/Headers/TWTRSession.h and TwitterCore.framework/Headers/TWTRSession.h.