Running LDC on a recent MacOS

Dave P. dave287091 at gmail.com
Sat Jun 17 00:46:15 UTC 2023


On Friday, 16 June 2023 at 16:25:35 UTC, Dmitry Olshansky wrote:
> On Friday, 16 June 2023 at 16:14:19 UTC, Steven Schveighoffer 
> wrote:
>> On 6/16/23 11:56 AM, Dmitry Olshansky wrote:
>>> 
>>> Any advice from MacOS users?
>>
>> Yep.
>>
>> Go into settings, then privacy and security. Make sure "App 
>> store and identified developers" is checked.
>>
>> On that page, you will see probably a thing saying "you tried 
>> to run ldc2 but I blocked it". Say "allow anyway".
>>
>> Then try it again. This time, it will still block it, but ask 
>> you if you want to run it.
>
> Yes, thanks that did the trick!
>
>>
>> -Steve

That process is too annoying to me. I usually just remove the 
quarantine attribute instead.

```bash
$ xattr -r -d com.apple.quarantine 
ldc2-1.33.0-beta2-osx-universal.tar.xz
```


More information about the Digitalmars-d-learn mailing list