I’ve added a unit testing bundle to an present venture in Xcode 14.3. We’re utilizing take a look at plans (not autocreated), and there are a number of schemes within the venture.
Once I construct for testing, Xcode provides a brand new Checks.xctest product to the venture, which is pink (lacking). The trail for this file is .../Construct/Merchandise/Debug Staging-iphonesimulator/Checks.xctest
. Nevertheless, the precise xctest file has been put into .../Construct/Merchandise/Debug Staging-iphonesimulator/App.app/Plugins/Checks.xctest
in keeping with the Construct log.
If I take away this product from the Mission, the pbxproj file will get up to date to create an absolute reference to this incorrect path, which I clearly do not need to test into supply management.
Is there any means I can resolve this concern? The exams run fully fantastic, but it surely appears there’s some discrepancy between the place Xcode desires to place the take a look at file (I assume because of the new take a look at plans function).