Re: NSLog doesn't work with OCUnit
Re: NSLog doesn't work with OCUnit
- Subject: Re: NSLog doesn't work with OCUnit
- From: Frank Midgley <email@hidden>
- Date: Mon, 20 Jun 2005 16:47:53 -0500
On Jun 20, 2005, at 3:51PM, Corbin Dunn wrote: Wouldn't have helped in this occasion because when the unit test runner ran during the custom build phase it wouldn't have been running under the debugger anyway.
You can run around that issue (pun intended) by running your app in the debugger with the parameters "-SenTest Self".
But then the new Xcode 2.1 test bundle won't be loaded into your app so no tests will run. Is there a recommended way of debugging with Xcode 2.1's test bundles?
The new bundles are nice because you don't have to link your app against the testing framework and none of the test code ends up in your deployed app. |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden