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
Finally, I solved this issue by adding $(CONFIGURATION_BUILD_DIR) in the target's build settings' Runpath Search Paths field.
Plus, there are some additional steps you might need to do with your Xcode.
~/Library/Developer/Xcode/DerivedDataEditor menu and do Refresh All Views; wait for build to be completed and errors should be goneCredit to @Mojtaba