Re: NSLog not working in one project
Re: NSLog not working in one project
- Subject: Re: NSLog not working in one project
- From: Ken Tozier <email@hidden>
- Date: Sun, 7 May 2006 22:50:17 -0400
Well I found the problem. One stupid semicolon in the init routine
self = [super init];
if (self == nil); <- this semicolon was the problem
return nil;
Doh!
Ken
On May 7, 2006, at 8:11 PM, Ken Tozier wrote:
HI
This is a weird one...
I've been using NSLog for years now and all of a sudden, it doesn't
work in a new project. The debugger isn't running, the app launches
and doesn't crash but not one NSLog prints to the run log. They do
print to the console but the long data is truncated whereas it's
not in the run log. Anyone know if there is an XCode setting I
might have hit inadvertently that could be causing this?
Thanks
Ken
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40comcast.net
This email sent to email@hidden
_______________________________________________
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