> On 6 Nov 2015, at 01:31, Conrad Shultz 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
> On Nov 5, 2015, at 6:50 AM, 2551 <2551p...@gmail.com> wrote:
>
>> or set a breakpoint on -[NSView(NSConstraintBasedLayout)
>> engine:willBreakConstraint:dueToMutuallyExclusiveConstraints:].
>
> Not sure I’m still following along. Are we talking symbolic breakpoint here?
> I tried that, but
> On 5 Nov 2015, at 20:33, Ken Thomases wrote:
> It's trying to log the problem, but getting an exception while composing a
> description string for one of the constraints.
Ahh, right. That’s what the ‘Unable to create description’ bit means. Thanks.
> You've truncated the stack trace
Full
It's definitely encountering unsatisfiable constraints. It's trying to log the
problem, but getting an exception while composing a description string for one
of the constraints.
This is happening when the view is being added to its window. You've truncated
the stack trace so we can't tell why
No takers?
> On 4 Nov 2015, at 22:19, 2551 <2551p...@gmail.com> wrote:
>
> I have an OSX app built on 10.11.1, deployment target 10.9. The app builds
> and runs without any AutoLayout issues or warnings from Xcode. I have
> ambiguities turned on.
>
> The problem is when I try to run the app