Re: Newbie Q: SenTestCase linking problem
Re: Newbie Q: SenTestCase linking problem
- Subject: Re: Newbie Q: SenTestCase linking problem
- From: "Sean McBride" <email@hidden>
- Date: Thu, 15 Nov 2007 16:35:05 -0500
- Organization: Rogue Research
On 11/14/07 3:05 PM, Chris Hanson said:
>The OCUnit framework itself -- SenTestingKit.framework -- is built to
>support both GC and non-GC code. However, the /Developer/Tools/otest
>test rig that runs non-application tests is built non-GC in Xcode
>3.0. You can't mix GC and non-GC code, so you need to either build
>your framework and tests to run under either GC or non-GC (which is
>what building GC-supported instead of GC-required does) or you need to
>build your own test rig to run under GC.
And this is on the to-do list, right?
It seems that going GC-required is fraught with problems:
- MallocDebug.app does not work on GC apps
- unit testing doesn't work
- OpenGL Profiler doesn't work
- Rosetta doesn't support GC apps
Maybe I shouldn't have drank the cool aid...
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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