Re: NSLayoutConstraints - 2

2013-02-12 Thread Peter Ammon
Ho Koko, Set the Deployment Target in the xib to 10.5, and you'll get the warning. The target is in the File inspector (leftmost tab in the right pane). On Feb 11, 2013, at 10:46 AM, koko k...@highrolls.net wrote: Furthermore, where is the warning that I am building with the 10.8 SDK,

NSLayoutConstraints

2013-02-11 Thread koko
Just go bit by not understanding NSLayoutConstraints. I added a Window to an existing app that deploys on 10.5. Well this new Window has constraints so my app now cannot use the new window on pre 10.7 systems. What should I do? -koko ___ Cocoa-dev

NSLayoutConstraints - 2

2013-02-11 Thread koko
Furthermore, where is the warning that I am building with the 10.8 SDK, deploying 10.5 and that Layout Manager is not available … It is not like I am using an API in my code … this is all IB determined. Hmmm … -koko ___ Cocoa-dev mailing list

Re: NSLayoutConstraints

2013-02-11 Thread Kyle Sluder
On Mon, Feb 11, 2013, at 10:37 AM, koko wrote: Just go bit by not understanding NSLayoutConstraints. I added a Window to an existing app that deploys on 10.5. Well this new Window has constraints so my app now cannot use the new window on pre 10.7 systems. What should I do? Uncheck

Re: NSLayoutConstraints

2013-02-11 Thread koko
Thanks for life saver ! -koko On Feb 11, 2013, at 11:53 AM, Kyle Sluder wrote: On Mon, Feb 11, 2013, at 10:37 AM, koko wrote: Just go bit by not understanding NSLayoutConstraints. I added a Window to an existing app that deploys on 10.5. Well this new Window has constraints so my app now