[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Spurious NSApp warnings on MacOS Yosemite
From: |
Germán Arias |
Subject: |
Re: Spurious NSApp warnings on MacOS Yosemite |
Date: |
Wed, 03 Dec 2014 00:37:47 -0600 |
User-agent: |
GNUMail (Version 1.2.2) |
Hi
On 2014-12-02 01:26:23 -0600 Kevin Mitchell <kevmitch@gmail.com> wrote:
> 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
>
Since this occurs only with Cocoa, we simply can't have idea about what is
going on. But searching on internet this seems an issue introduced in Yosemite.
Germán