Hi,
My project is in Objective C.
Is it possible to add new swift viewController in objective C Project?
Please clarify, in which file and where did you put #import "MyProjectName-Swift.h"?I imported "MyProjectName-Swift.h" in my ObjectiveC File.
Generally, you put #import "MyProjectName-Swift.h":
In .m file, not .h
After the line `#import "MyClassName.h"