I finally solved the problem removing all #import in bridging header of files contained in my pods libraries
Post
Replies
Boosts
Views
Activity
I add sample code and screen of the error, i hope is useful, PersonalEditorContentPageVC and QWidget are Objective-c classes.
class ContactViewController:PersonalEditorContentPageVC {
var activeWidget:QWidget?
var prevActiveWidget:QWidget?