I decided to upgrade to OS x High sierra, and now I have an issue when starting the apps. I have this in the error_log of apache
objc[2019]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
objc[2019]: +[__NSCFConstantString 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.
[Sun Jul 29 20:21:10.787536 2018] [core:notice] [pid 2004] AH00052: child pid 2019 exit signal Abort trap (6)
I'm running passenger 5.3.3 with ruby 2.5.0 and apache 2.4.33
I have saw a lot of things on the internet, but nothing works...
Help please
Thanks