Re: NSManagedObjectContext's undoManager is nil on macOS

2018-09-06 Thread Rick Mann
"although remember that both NSError** out parameters and exceptions are autoreleased and do not escape block lexical scope happily" That statement needs to be linked to clarification. > On Sep 6, 2018, at 12:56 , Jeff Nadeau wrote: > > This behavior changed in 10.12 for applications linked a

Re: NSManagedObjectContext's undoManager is nil on macOS

2018-09-06 Thread Dave Fernandes
Ah - thank you! I should read those release notes more carefully. Will close the bug I just filed. > On Sep 6, 2018, at 3:56 PM, Jeff Nadeau wrote: > > This behavior changed in 10.12 for applications linked against that SDK or > later. It’s listed in the “Behavioral changes” section of the Co

Re: NSManagedObjectContext's undoManager is nil on macOS

2018-09-06 Thread Jeff Nadeau
This behavior changed in 10.12 for applications linked against that SDK or later. It’s listed in the “Behavioral changes” section of the Core Data release notes for that year: https://developer.apple.com/library/archive/releasenotes/General/WhatNewCoreData2016/ReleaseNotes.html#//apple_ref/doc/

Re: How to clear macOS app bundle cache

2018-09-06 Thread Alastair Houghton
On 6 Sep 2018, at 13:59, Andreas Falkenhahn wrote: > > On 06.09.2018 at 11:31 Alastair Houghton wrote: > >> On 6 Sep 2018, at 05:23, Jeff Szuhay wrote: >> Did you try clearing the defaults persistent domain in your code? >> I don’t think that is likely to help. Andreas was complaining that >> t

Re: How to clear macOS app bundle cache

2018-09-06 Thread Andreas Falkenhahn
On 06.09.2018 at 11:31 Alastair Houghton wrote: > On 6 Sep 2018, at 05:23, Jeff Szuhay wrote: > Did you try clearing the defaults persistent domain in your code? > I don’t think that is likely to help. Andreas was complaining that > the code in his bundle was being cached somewhere, so when he >

Mojave Privileged Helper Tool - full disk access

2018-09-06 Thread Mark Allan
Hi All, I have an app with a privileged helper tool which needs full disk access in 10.14 Mojave. The privileged helper tool is (as you'd expect) a binary rather than an app bundle, so it's not showing up when I press the plus (+) button in Security & Privacy -> Privacy -> Full Disk Access. Neith

Re: How to clear macOS app bundle cache

2018-09-06 Thread Alastair Houghton
On 6 Sep 2018, at 05:23, Jeff Szuhay wrote: > > Did you try clearing the defaults persistent domain in your code? I don’t think that is likely to help. Andreas was complaining that the code in his bundle was being cached somewhere, so when he rebuilt it didn’t always load the new version. User