this may be difficult for other to repro
i have discovered it may have to do with permissions / entitlements that have
been granted the app by the user, and that resetting all perms to default will
"fix" the problem
in the terminal, do this:
> tccutil reset All
i expect that after that, your de
i too have this question
> On Nov 10, 2019, at 5:39 PM, Lars C. Hassing via Cocoa-dev
> wrote:
>
> I have developed two Cocoa apps, one launching the other helper app.
>
> If number two app crashes then macOS may ask the user if he wants to relaunch
> it,
> but it makes no sense launching it
agreed. i'm a small one person company with about ten of thousand customers,
half mac half windows.
wrote for mac first, carbon C++
ported to windows by porting CoreFoundation, then simulating Carbon APIs for
everything else
it's taken me YEARS to try to switch to Cocoa, and i'm still not done
well, the solution was to just re-build the offending library with 10.9 as
the target and all is well
> On May 20, 2019, at 9:38 AM, David M. Cotter wrote:
>
> i saw this article:
> https://stackoverflow.com/questions/41865537/how-does-apples-codesign-utility-decide-which-sha-algorithms-to-s