I have a custom Framework that has a bunch of Objective-C classes. Within the Framework, I would like to add additional classes using Swift. However, when you try to open Swift classes for Objective-C code using: MyProduct-Swift.h , it appears as " MyProduct-Swift.h file not found".
I tried this in one template and it works great. Is it not possible to import Swift into frames?
I also confirmed that I set the Defines Module parameter and the module name. I tried this with and without these settings.
objective-c xcode swift
Oxcug
source share