I have an Objective-C and Swift mixed dynamic framework. And the mixed framework was linked with two pure Objective-C dynamic frameworks.
When I tried to mark any cl
If you have the same issue building a Mac App, adding @loader_path/../Frameworks to Runpath Search Paths solved this for me.
@loader_path/../Frameworks
Runpath Search Paths