Re: Xcode4 - debugging 3rd party framework in my project
Re: Xcode4 - debugging 3rd party framework in my project
- Subject: Re: Xcode4 - debugging 3rd party framework in my project
- From: Jens Alfke <email@hidden>
- Date: Thu, 20 Oct 2011 09:14:09 -0700
On Oct 20, 2011, at 7:18 AM, Koen van der Drift wrote: I remember from previous Xcode versions (several years ago) that you could add a 3rd party framework to your project and that it was possible to step into the code of the framework for debugging purposes. How is this achieved in Xcode 4? It should work the same way. Generally you have to have built the framework yourself, so that the paths embedded in the binary will point to the source files and symbol files on your disk. You also need to avoid stripping symbols when building the framework.
—Jens
|
_______________________________________________
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