Re: How can I get xcode to show classes from a library?
Re: How can I get xcode to show classes from a library?
- Subject: Re: How can I get xcode to show classes from a library?
- From: Lyndsey Ferguson <email@hidden>
- Date: Wed, 22 Mar 2006 11:31:09 -0500
On Mar 22, 2006, at 11:07 AM, Yves Poissant wrote:
Can anyone give me some directions for debugging a library?
Hi Yves,
I've struggled with this myself, but have found the steps to enable
Xcode to debug my libraries properly.
I am including the relevant build settings here:
INSTALL_PATH = "@executable_path/../../../Plug-Ins"
GCC_GENERATE_DEBUGGING_SYMBOLS = YES
GCC_DEBUGGING_SYMBOLS = default
GCC_OPTIMIZATION_LEVEL = 0
The one that most of us do not know about is the install path. My
dynamic library will exist in a folder titled "Plug-Ins" that exists
beside the MyApp.app package, so that is why I use the
@executable_path specifier.
I hope this helps you in your debugging.
Lyndsey Ferguson
_______________________________________________
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