When typing
rvm install 2.6.0
I get this error:
file.c:23:10: fatal error: 'CoreFoundation/CFString.h' file not found
#include <CoreFoundation/CFString.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~
I am on OSX 10.14.4
I have the newest version of Xcode installed (10.2).
How can I fix my system?
Here is a link to my other posts on the ruby mailing list: https://rubytalk.org/t/installing-ruby-with-rvm-cannot-find-corefoundation-cfstring-h/74982