> On 6 Nov 2015, at 01:31, Conrad Shultz <conrad_shu...@apple.com> 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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to