We have an SDK that we vend as both a dynamic framework and static library. We recently added our first Swift file to it, and we are unable to access the Swift code from Objc when building it as a static library:
'MySDK/MySDK-Swift.h' file not found
The same code works when building as a dynamic framework. Is there something else I need to do to enable this to work? Or is it just not supported at all?