NSToolbarItem: “Verifique se este item da barra de ferramentas possui um quadro / tamanho mínimo / máximo válido”?

Desde a atualização para o Mac OS Sierra e a nova versão do XCode, recebo o seguinte erro toda vez que inicio meu aplicativo para cada um dos NSToolbarItems:

Example 1:
2016-09-29 12:46:58.659879 AppTest[] NSToolbarItem (<NSToolbarItem: >) had to adjust the size of <NSPopUpButton: > from {130, 26} to the expected size of {132, 27}. Make sure that this toolbar item view has a valid frame/min/max size. This is an app bug, please do not file a bug against AppKit or NSToolbar! Break on _NSToolbarAdjustedBorderedControlSizeBreakpoint
Example 2:
2016-09-29 12:46:58.666074 AppTest[] NSToolbarItem (<NSToolbarItem: >) had to adjust the size of <NSButton: > from {60, 25} to the expected size of {62, 27}. Make sure that this toolbar item view has a valid frame/min/max size. This is an app bug, please do not file a bug against AppKit or NSToolbar! Break on _NSToolbarAdjustedBorderedControlSizeBreakpoint

Tentei mexer no StoryBoard alterando o tamanho sem sorte. Quando procurei, encontrei algumas pessoas com esse problema também no novo sistema operacional, mas sem respostas úteis.

Alguém enfrentando o mesmo problema, algum conselho?

Muito obrigado,

Marc

questionAnswers(5)

yourAnswerToTheQuestion