• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSLog not working in one project
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >NSLog not working in one project (From: Ken Tozier <email@hidden>)

  • Prev by Date: NSLog not working in one project
  • Next by Date: Re: NSLog not working in one project
  • Previous by thread: NSLog not working in one project
  • Next by thread: Re: NSLog not working in one project
  • Index(es):
    • Date
    • Thread