Bitrise Build Issue Report template
Description of the issue
Setup new project, default settings. Error on xcode-build:
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ id:9A192350-5AB2-41EE-BB0A-9D70F7F5B883 }
Ineligible destinations for the âios-Appâ scheme:
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Generic iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Generic iOS Simulator Device }
Environment:
Which build Step causes the issue and which version of the step?
xcode-test
Reproducibility
Occurs everytime. No successful builds yet
Local reproduction
Cannot reproduce locally
Build log
Exporting test results
$ cp â-aâ â/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/XCUITestOutput249710909/Test.xcresultâ â/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/test_results732368032/test_result972855950/ios-App/â
Failed to export test results, error: copy failed, error: exit status 1, output: cp: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/XCUITestOutput249710909/Test.xcresult: No such file or directory
xcode test exit code: 70
xcode test failed, error: exit status 70
Last lines of the Xcodeâs build log:
Build settings from command line:
COMPILER_INDEX_STORE_ENABLE = NO
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ id:9A192350-5AB2-41EE-BB0A-9D70F7F5B883 }
Ineligible destinations for the âios-Appâ scheme:
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Generic iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Generic iOS Simulator Device }
If you canât find the reason of the error in the log, please check the raw-xcodebuild-output.log
The log file is stored in $BITRISE_DEPLOY_DIR, and its full path
is available in the $BITRISE_XCODE_RAW_TEST_RESULT_TEXT_PATH environment variable.
You can check the full, unfiltered and unformatted Xcode output in the file:
/Users/vagrant/deploy/raw-xcodebuild-output.log
If you have the Deploy to Bitrise.io step (after this step),
that will attach the file to your build as an artifact!