Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Problems with C++ and gems on OSX Catalina

Turned out that I had a bunch of weird symlinks in my /usr/local/include folder. I removed the whole folder and reinstalled Homebrew and everything went back to normal again.


Found the solution through a swift forum it worked with me it seems that somehow the commandline tools got corrupted or just deprecated.

TL;DR;

  1. Remove CommandLine Tools directory: sudo rm -rf /Library/Developer/CommandLineTools
  2. Recreate with: sudo xcode-select -s /Applications/Xcode.app

Tags:

C++

Macos

Ruby

Rubygems

Related

Ingress controller vs api gateway How to Force React Native app to be just RTL? "Sign in with Google temporarily disabled for this app" error when trying to authorize a script How to determine which header files to include? "Repository not found or permission denied" when creating AWS Codebuild Repository Webpack file-loader outputs [object Module] 'beforeunload' event triggers when page is left in the background on Android Save model every 10 epochs tensorflow.keras v2 Arrow (->) operator precedence/priority is lowest, or priority of assignment/combined assignment is lowest? Manifest: Line: 1, column: 1, Syntax error Create a new pipeline from existing YML file in the repository (Azure Pipelines) What's the purpose of using a union with only one member?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy