Re: Cocoa Auto Layout Warning in Xcode console

2015-08-19 Thread Graham Cox
This is emitted by both the Font Panel and the Save/Open panel. It’s an Apple bug, seems like they add warnings in one parrt of the system but then ignore it in others. —Graham > On 20 Aug 2015, at 2:07 am, JanakiRam Palepu > wrote: > > Hi All, > > I'm receiving the following message in

Cocoa Auto Layout Warning in Xcode console

2015-08-19 Thread JanakiRam Palepu
Hi All, I'm receiving the following message in Xcode console log whenever i launch my window. 2015-08-19 21:34:07.352 GDV[36081:1272774] Layout still needs update after calling -[NSScrollView layout]. NSScrollView or one of its superclasses may have overridden -layout without calling super. Or,