I have a problem with linking my mixed language framework to a project.
1) I create a framework with Swift and Objective-C classes.
2) The main logic was stored in the
An update to Alex's answer:
In my case it was a React-Native project after adding a Swift Pods library. Maybe just the step 2 can work:
File -> New -> File
Select Swift File
Confirm Create Bridging Header
Build Settings and set Always Embed Swift Standard Libraries to YES