Debugging CPlustTest in Xcode 3
Debugging CPlustTest in Xcode 3
- Subject: Debugging CPlustTest in Xcode 3
- From: David Catmull <email@hidden>
- Date: Wed, 18 Jun 2008 10:19:34 -0700
In Xcode 2.5, in order to debug my unit tests, I would link my main app target to the CPlusTest framework. In Xcode 3, this doesn't work, because CPlustTest is now in an Xcode-relative location. I tried using the "-framework CPlusTest" linker flag instead, as in my test bundle target, but that didn't work: I just got linker errors.
How can I successfully link to the CPlustTest framework now? Or is there another way in Xcode 3 that I can debug my unit tests? |
_______________________________________________
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