>
> In developing a framework, I made in the XCode3 project a target for
> the framework and a separate main-target exercising framework
> functions; the main-target is dependent on the framework-target.
>
> NSLog-calls in the main-target code are showing up in the debugger
> console on a build-and-go. But NSLog-calls in the framework code do
> not appear.
>
> What should I do in order to get these there too?
>
There could be problem in linking against this framework properly and
thus you
may not even happen to step into the code in the framework using
debugger(Should have
debug build). If you can, then a clean building of the framework may
help.
Regards
Shripada