Created
April 17, 2019 09:22
-
-
Save zhouxiaozhen-github/d78343b662d34e9499d9b51d3908f837 to your computer and use it in GitHub Desktop.
解决这个问题: NSPlaceholderDictionaryinitialize
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
objc[3032]: +[__NSPlaceholderDictionaryinitialize] 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' >> ~/.bash_profile | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment