Re: debugging AutoLayout exception with no build errors
Re: debugging AutoLayout exception with no build errors
- Subject: Re: debugging AutoLayout exception with no build errors
- From: 2551 <email@hidden>
- Date: Sat, 07 Nov 2015 13:20:28 +0700
> On 6 Nov 2015, at 01:31, Conrad Shultz <email@hidden> wrote:
> You can attach LLDB to a running application (or set it to attach-on-launch) and set breakpoints therein without needing to actually build.
Thanks, that’s something I’ll have to learn how to do down the road… :-)
In the meantime, I decided to fire up Xcode in Mavericks and see if the project would build in Xcode 6.1. To my surprise it did, and it showed over 30 AutoLayout errors (4 conflicting constraints, 2 content priority ambiguities and a couple of dozen misplaced views, not to mention an unknown system font, ".HelveticaNeueDeskInterface-Regular”). In Xcode 7.1, no AutoLayout issues are shown.
The good news is I’m able to run 10.9 and 10.11 side by side, so I can fix and test both simultaneously. I guess I should ask this over on the Xcode list, but why on earth doesn’t Xcode 7.1 show any of these warnings? Presumably, the 10.11 SDK is resolving all this behind the scenes and not even warning the developer there’s anything amiss. Fine if the app’s run on 10.11, but with a deployment target of 10.9, you’d think Xcode 7.1 would have something to say, surely?
Anyways, thanks for the input. At least I can now get to work on fixing the problem.
Best
Phil
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden