How to debug a bundle in XCode?

Posted by Paperflyer on Stack Overflow See other posts from Stack Overflow or by Paperflyer
Published on 2010-04-07T20:24:20Z Indexed on 2010/04/08 6:23 UTC
Read the original article Hit count: 358

Filed under:
|
|

I wrote a nice little program. At some point, it is required to load a bundle with some additional functionality. I, too, am the author of the bundle, so I have the source code and Xcode-projects for both the main application and the bundle.

Until now, I simply dragged the bundle into the resources-folder in the main application, which works fine for running it, but I can't debug it (and of course there is an error in it).

Is there a way to set up Xcode so that I can debug the bundle?

© Stack Overflow or respective owner

Related posts about xcode

Related posts about debugging