/ .envrc.fixes
.envrc.fixes
1  # Fixing macOS issue:
2  # objc[33642]: +[__NSPlaceholderDate initialize] may have been in progress in another thread when fork() was called.
3  # See: https://github.com/ansible/ansible/issues/49207
4  export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES