Test Command does not work properly if Scheme name is different from the name of the app #191
Open
2 tasks done
Labels
bug
Something isn't working
Is there an existing issue for this?
Code of Conduct
Code Sandbox link
No response
Bug report
When using this config file in the build which is the proper one to build our app:
We are able to build successfully with this command
yarn owl build --platform ios
but when we try to run the test command, it fails to launch the app with this error:But if we change now the Scheme to the name of the App we are able to run the tests with this new config
So we need to have one config to build the app and another to run the tests.
The text was updated successfully, but these errors were encountered: