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
I had same problem In Xcode 6.4, adding Test target membership to the storyboard fixed these errors for me.
Also my test target has @loader_path/Frameworks set in Runpath Search Paths for test target, and not in original target.
@loader_path/Frameworks
Runpath Search Paths