From 999042b9b88591b8df45cc8769f8411d5bfcfe8d Mon Sep 17 00:00:00 2001 From: Zev Averbach Date: Mon, 14 Oct 2019 14:43:30 +0200 Subject: [PATCH] add two possible problems + solutions (#4371) I ran into those today while trying to get everything set up locally. Hopefully this will help future contributors! --- docs/installation/mac.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/installation/mac.md b/docs/installation/mac.md index 6c9023a93..0c6c1a93d 100644 --- a/docs/installation/mac.md +++ b/docs/installation/mac.md @@ -47,6 +47,18 @@ For additional configuration options, check our [PostgreSQL setup guide](/instal ### Possible error messages +**Error:** `__NSPlaceholderDate initialize] may have been in progress in another thread when fork() was called` + +**_Solution:_** Run the command `export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES` (or `set -x OBJC_DISABLE_INITIALIZE_FORK_SAFETY YES` in fish shell) + +--- + +**Error:** `User does not have CONNECT privilege.` + +**_Solution:_** Complete the steps outlined in the [PostgreSQL setup guide](/installation/postgresql). + +--- + **Error:** `rbenv: version '' is not installed (set by /Path/To/Local/Repository/.ruby-version)` **_Solution:_** Run the command `rbenv install `