[TIMOB-10484] Tooling: Do not continue with the build script if the build fails
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2013-08-02T23:18:10.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | Tooling |
Labels | core |
Reporter | Neeraj Gupta |
Assignee | Ingo Muschenetz |
Created | 2012-08-17T08:42:54.000+0000 |
Updated | 2017-03-21T22:17:09.000+0000 |
Builder.py continues to run, even if there are build errors, that results in misleading error messages. We should stop the build and provide a meaningful error message to the user. For example, "Error copying iOS ipa output to destination" message is displayed even if the build failed and there was no ipa to be copied.
This has been fixed. If an error occurs while building an iOS app, the entire build will exit and should display a meaningful error or possible a unmeaningful error.
Closing ticket as the issue cannot be reproduced and due to the above comments.