On 12/13/22 10:20 AM, Steven Schveighoffer wrote:Yeah, that's a known issue: https://github.com/ldc-developers/ldc/issues/3864Try building with `-b plain` to avoid the debug buildOh, also, I have MACOSX_DEPLOYMENT_TARGET=11 in my environment, that helps to avoid it as well.-Steve
This export solves the issue (at least for me). Thanks Steven!
