discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Spurious NSApp warnings on MacOS Yosemite


From: Fred Kiefer
Subject: Re: Spurious NSApp warnings on MacOS Yosemite
Date: Sun, 07 Dec 2014 00:41:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

Am 02.12.2014 um 08:26 schrieb Kevin Mitchell:
> On Yosemite, compiling the GNUStep tutorial code [1] using
> gnustep-make from homebrew
> (which uses the system Cocoa framework).
> 
> [1] http://www.gnustep.it/nicola/Tutorials/WindowsAndButtons/node13.html
> 
> After fixing the nonexistent RELEASE/AUTORELEASE macros, I can compile
> and run the code, but I get warning messages like
> 
> Failed to connect (colorGridView) outlet from (NSApplication) to
> (NSColorPickerGridView): missing setter or instance variable
> Failed to connect (view) outlet from (NSApplication) to
> (NSColorPicerGridView): missing setter or instance variable
> 
> other than that the application behaves as expected.
> 
> I have no idea what these messages mean. Is there a way to silenkece/fix them?
> 
> Thanks,
> Kevin

To me this sounds like the owner of the NIB is different and doesn't
have the expected outlets. But where does the NIB file come from? This
simple GNustep example shouldn't have one. Could you please make sure
you don't have a left over NIB file in this project?

Hope this helps,
Fred




reply via email to

[Prev in Thread] Current Thread [Next in Thread]