Re: Using NSObjCMessageLoggingEnabled, how?
Re: Using NSObjCMessageLoggingEnabled, how?
- Subject: Re: Using NSObjCMessageLoggingEnabled, how?
- From: "Jonathan del Strother" <email@hidden>
- Date: Mon, 2 Jun 2008 10:50:52 +0100
On Mon, Jun 2, 2008 at 10:45 AM, Ken Tozier <email@hidden> wrote:
> My project is a Quark XTension so there isn't an executable. The extension
> is inside the "Products" folder but when I double click that, Quark launches
> ang no Xcode panel launches. Also tried doing a "get info" on the target but
> couldn't find an "arguments" category. How would I enable this for an
> extension (plugin)?
Add a custom executable (Quark) and set the environment variables on that.
Alternatively, try it from the command line, with something along the lines of :
export NSObjCMessageLoggingEnabled=YES
/Applications/Quark.app/Contents/MacOS/Quark (or whatever)
_______________________________________________
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