Re: Traceback from [SFLList removeItem:]

2016-10-26 Thread Allan Odgaard
On 26 Oct 2016, at 16:22, John Brownie wrote: Recently, I think since I updated to Sierra and Xcode 8, I get tracebacks like the following in the Xcode console on application close: […] Not exactly the same, but since 10.11 I have gotten crash reports like the one below, so it does seem like

Re: Traceback from [SFLList removeItem:]

2016-10-26 Thread John Brownie
Quincey Morris wrote: I would worry just a little bit. The messages you showed are not debug printing, but a backtrace, which *may* indicate that an exception was thrown. No exceptions as far as I can see. I have an exception breakpoint for all exceptions, and it isn't triggered. Submit a bug

View Confusions

2016-10-26 Thread Kevin W Pitcher
Hi All, Simple problem of NSDocument with a Storyboard NSDocument loads fine but in the NSWindowController windowDidLoad self.document is NULL Where and when can I get at my document data to pass it onto the NSTabViewController and it’s NSViewController for Binding? Any Dev Videos to explain th

Re: Traceback from [SFLList removeItem:]

2016-10-26 Thread Quincey Morris
On Oct 26, 2016, at 02:22 , John Brownie wrote: > > I assume that I can safely ignore these as someone leaving debug printing on, > since all continues to work. Or do I need to worry? I would worry just a little bit. The messages you showed are not debug printing, but a backtrace, which *may*

Traceback from [SFLList removeItem:]

2016-10-26 Thread John Brownie
Recently, I think since I updated to Sierra and Xcode 8, I get tracebacks like the following in the Xcode console on application close: 2016-10-26 12:06:25.021123 MyApp[7966:1254722] Item: filename.bundle [95A054A5-60CF-4BB7-B898-95C221DA0790] - URL:file:///path/to/filename.bundle/ 1 Sh