Re: Unit tests & Errors and Warning smart fileter
Re: Unit tests & Errors and Warning smart fileter
- Subject: Re: Unit tests & Errors and Warning smart fileter
- From: Jonas Maebe <email@hidden>
- Date: Sat, 19 May 2007 17:12:42 +0200
On 19 May 2007, at 02:42, Mike Manzano wrote:
When my unit tests fail (using OCUnit include with XCode), the
errors don't show up in the Errors and Warnings smart filter.
However, warnings and errors related to syntax errors do. Failed
unit tests do show up in the Build Results window.
How do I get them to also show up in Errors and Warnings?
You don't. They are produced by a shell script phase, and errors from
shell script phases are not handled properly anymore in current Xcode
versions. I don't remember when it started, but I believe it was 2.0.
They still appeared in the smart group in that version, but all
disappeared once you double clicked on a single one of them, and then
appeared twice/thrice/... if you ran the shell script again and
again. As of Xcode 2.1 or 2.2, they don't appear in the smart group
at all anymore.
rdar://problem/4389264
Jonas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden