Importing Project-Swift.h into a Objective-C class…file not found
问题 I have a project that was started in Objective-C, and I am trying to import some Swift code into the same class files that I have previously written Objective-C in. I have consulted the Apple docs on using Swift and Objective-C in the same project, as well as SO question like this, but still no avail: I continue to get the file not found error after putting in #import "NewTestApp-Swift.h" ( NewTestApp is the name of the Product and module). Here is what I have done so far: In Define Modules ,