I've upgraded my project from sentest to xctest.
However I can't run tests because of the error: building for iOS Simulator, but linking against dylib built for MacOSX file '/Applications/Xcode.app/Contents/Developer/Library/Frameworks/XCTest.framework/XCTest' for architecture x86_64
Clearly there is a problem with the reference to the XCTest library, but I'm not sure how to resolve it.
Several similar questions refer to the Framework Search Paths which I have as follows: $(SDKROOT)/Developer/Library/Frameworks $(inherited) $(DEVELOPER_FRAMEWORKS_DIR)