본문 바로가기
Develop/Python

objc[1466]: +[__NSPlaceholderDate initialize] may have been in progress in another thread when fork() was called.

by bellsilver7 2023. 7. 14.
728x90

objc[1466]: +[__NSPlaceholderDate initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process

. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.

 

 

export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES

728x90

댓글