How To Link XCTest Dependency To Production / Main Target?
I am trying to write an extension for the XCTest framework in Swift. In order to do so, I created a project with two targets: the main/production target and a test target. As I am writing an extension for XCTest, I need to import XCTest within my main/production target as well. However, I am having trouble to do so. When in Xcode and I click on my project, then select the main target, go to Build Phases, Link Binary With Libraries and add XCTest there, I get a compile error: ld: framework not found XCTest clang: error: linker command failed with exit code 1 (use -v to see invocation) I also