mirror of
https://github.com/status-im/infra-status.git
synced 2025-02-03 19:03:56 +00:00
5 lines
241 B
Plaintext
5 lines
241 B
Plaintext
|
# Fixing macOS issue:
|
||
|
# objc[33642]: +[__NSPlaceholderDate initialize] may have been in progress in another thread when fork() was called.
|
||
|
# See: https://github.com/ansible/ansible/issues/49207
|
||
|
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
|