I am new to testing in Xcode. I follow the developer documentation for "iOS Application Development Applications".
I have successfully added unit test packages to my application with one failed test.
When I create a test target, the output shows 1 error, as expected, but the editor does not display the expected error message on a failed test.
Does anyone know of any configurations that need to be configured to enable this feature?
Apples say: "If the unit-test package is configured correctly, the assembly fails, and Xcode displays the error message in a text editor."
TIA
Life Key: - One thing I noticed in my output window is the message "Command / bin / sh failed with exit code 1"
source
share