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
If your Xcode version is >=12.2
Go to
BuildSettings -> Linking -> runpath search path and add /usr/lib/swift
BuildSettings -> Linking -> runpath search path and add
/usr/lib/swift
as your 1st argument like this enter image description here