otusweb / xCode-test-bundle-builder-for-bitrise

A bitrise.io step to build your XCUITest and XCTest to send to remote testing services such as AWS Device Farm
MIT License
2 stars 1 forks source link

Runner.app: No such file or directory #1

Closed kubajakowski closed 6 years ago

kubajakowski commented 6 years ago

Step fails with following message at the end:

find: build/Build/Products/*-iphoneos/MYAPP-Runner.app: No such file or directory

otusweb commented 6 years ago

Can you give more details? Ideally a project to repro the issue?

This error means that at the end of the build phase it cannot find the app that was built.

kubajakowski commented 6 years ago

running it locally I have found that missing file has different name than the script is looking for. Instead of MYAPP-Runner.app Xcode's build generates MYAPPUITests-Runner.app

kubajakowski commented 6 years ago

Solved. It started running when right scheme name for UITest target was provided.