Post

Replies

Boosts

Views

Activity

Reply to [xcode 15, ios 17]UseDestinationArtifacts key does not work when used in xctestrun file to execute the test with test-without-building
What is finally working for me delete TestBundleDestinationRelativePath and value from xctestrun file. and add <key>TestBundlePath</key> <string>__TESTHOST__/PlugIns/MyTestRunner.xctest</string> <key>TestHostPath</key> <string>/full/path/to/test/runner.app</string> <key>UITargetAppPath</key> <string>/full/path/to/test/runner.app</string> <key>UseDestinationArtifacts</key> <false/>
Aug ’23