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: Koen van der Drift <email@hidden>
- Date: Thu, 20 Oct 2011 13:29:56 -0400
On Thu, Oct 20, 2011 at 12:14 PM, Jens Alfke <email@hidden> wrote:
>
> 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 they need to be in a separate Workspace, or is that not needed?
- Koen.
_______________________________________________
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