warning: Unsupported Configuration: Automatic preferred width mode for static wrapping text before OS X 10.11, use Explicit or First Runtime Layout Width

Hello,


I am using Cocoa on Xcode. I built a new window with static text in it that needed to wrap. I poked at various buttons until the text wrapped.

Now I get this wonderfully informative message:


warning: Unsupported Configuration: Automatic preferred width mode for static wrapping text before OS X 10.11, use Explicit or First Runtime Layout Width


Any ideas what to fix or do I even need to bother?


Thanks,

Andrew

Change the desired width combo box in the Size Inspector to Explicit or First Runtime Layout Width
warning: Unsupported Configuration: Automatic preferred width mode for static wrapping text before OS X 10.11, use Explicit or First Runtime Layout Width
 
 
Q