I see:
Tims-Air:~ tkeitt$ R --version
R version 3.6.3 (2020-02-29) -- "Holding the Windsock"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin15.6.0 (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it
Tim,
as a security precaution Apple has disabled the ability to debug notarized
applications*. It means any software distributed on macOS Catalina (and they
may have retro-actively enabled it for recent updates of Mojave) cannot be run
in a debugger.
If you want to debug R, you have to use non
Thanks Simon. I'll probably just switch to rocker when needing to debug in
that case.
THK
On Tue, Apr 21, 2020 at 6:51 PM Simon Urbanek
wrote:
> Tim,
>
> as a security precaution Apple has disabled the ability to debug notarized
> applications*. It means any software distributed on macOS Catali
Tim,
sure, make sense (it's also easier to use ASAN and friends that way). The only
issue is that it won't work for mcOS-specific bugs.
Cheers,
Simon
> On 22/04/2020, at 3:55 PM, Tim Keitt wrote:
>
> Thanks Simon. I'll probably just switch to rocker when needing to debug in
> that case.
>