Apple bug - according to classdump, that class has had a “layout” method since before autolayout even existed, and I know from experience it doesn’t grok autolayout.
You can ignore it. On Oct 27, 2014, at 11:56 AM, edward taffel <[email protected]> wrote: > just updated my dev machine to yosemite. closing a document window > (command-W) from within my app, causes the following log: > > [NSSavePanelAlertStyleContentView layout]. NSSavePanelAlertStyleContentView > or one of its superclasses may have overridden -layout without calling super. > Or, something may have dirtied layout in the middle of updating it. Both are > programming errors in Cocoa Autolayout. The former is pretty likely to arise > if some pre-Cocoa Autolayout class had a method called layout, but it should > be fixed. > > i have not sub-calsses NSSavePanel & this only occurs on the first > NSSavePanel load; further close commands do not cause the message to be > emitted. > > anyone else seeing this? bug or something else? > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://urldefense.proofpoint.com/v1/url?u=https://lists.apple.com/mailman/options/cocoa-dev/lrucker%2540vmware.com&k=oIvRg1%2BdGAgOoM1BIlLLqw%3D%3D%0A&r=yJFJhaNnTZDfFSSz1U9TSNMmxGyib3KjZGuKfIhHLxA%3D%0A&m=2fRU3%2B4qYUxqZQLWCyGxoBTKmSk4KxHw%2FOYND39I3X0%3D%0A&s=05dba73cdd69425793a5572aebaf6dcfc23e3641bb4976e18e32958a9c2d0cfa > > This email sent to [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
