Re:NSLog not coming through
Re:NSLog not coming through
- Subject: Re:NSLog not coming through
- From: Shripada Hebbar <email@hidden>
- Date: Wed, 2 Jan 2008 16:09:12 +0530
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 Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden