Debugging Cocoa application unit tests on Leopard
Debugging Cocoa application unit tests on Leopard
- Subject: Debugging Cocoa application unit tests on Leopard
- From: Bill Garrison <email@hidden>
- Date: Fri, 21 Dec 2007 17:33:39 -0500
Is there a recommended way to set up an Xcode 3 project to enable
debugging unit tests on Leopard?
I have tests that I wrote under Tiger and could debug in Xcode 2
following this config advice, <http://chanson.livejournal.com/120740.html
>.
In my Xcode 3 project, I've added
LD_RUNPATH_SEARCH_PATHS = $(DEVELOPER_LIBRARY_DIR)/Frameworks
to a debug build config for the application.
My app targets 10.4, though, and I'm getting the warning about -rpath
being 10.5 only.
Do I need to switch configure the project to target 10.5 to debug my
unit tests in Xcode 3, or is there something else I can do to not have
to monkey with the build settings so much.
We'd like to keep the project Xcode 2.4 compatible, although we're
using Xcode 3.
Thanks,
Bill
_______________________________________________
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