I\'m trying to work on a mixed Swift and ObjectiveC project with no luck.
My project is made of 6 targets:
In my case, I declared import statement into .h file
Then I change
#import "ProjectName_App-Swift.h"
into implementation file(.m)
Clean and restart Xcode Working