mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-11 22:34:09 +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
|