Re: No longer use NSLog() in Xcode 4?
Re: No longer use NSLog() in Xcode 4?
- Subject: Re: No longer use NSLog() in Xcode 4?
- From: Juan Fernandez <email@hidden>
- Date: Thu, 15 Sep 2011 12:58:00 -0400
maybe this will help?
http://www.cimgf.com/2009/01/24/dropping-nslog-in-release-builds/
On Sep 15, 2011, at 12:51 PM, Scott Ribe wrote:
> On Sep 15, 2011, at 10:43 AM, Jerry Krinock wrote:
>
>> I'm trying very hard to embrace change and get on board with Xcode 4. The worst thing for me is the loss of User Scripts, in which I had keyboard shortcuts for adding and bulk-removing NSLog() statements in a flash.
>
> #if SomeDebugFlagOrOther
> #define NSLOG(...) NSLog(__VA_ARGS__)
> #else
> #define NSLOG(...)
> #endif
>
> --
> Scott Ribe
> email@hidden
> http://www.elevated-dev.com/
> (303) 722-0567 voice
>
>
>
>
> _______________________________________________
> 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
_______________________________________________
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