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 wrote: > Furthermore, where is the warning that I am building with the 10.8 SDK, > deploying 10.5 and tha

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

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? Unchec