Cyberithub

Solved "xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)"

Solved "xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)"

In this article, we will see how to solve "xcrun: error: invalid active developer path (/Library/ Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun". This error would mostly occur when you are trying to run some commands after Mac OS upgrade. Last night after upgrading my macOS from Big Sur to Monterey, I tried to run few commands ... Read more

How to Install libtbb-dev package on Ubuntu 20.04 LTS (Focal Fossa)

How to Install libtbb-dev package on Ubuntu 20.04 LTS (Focal Fossa) 12

In this article, I will take you through the steps to install libtbb-dev package on Ubuntu 20.04 LTS (Focal Fossa). Threading Building Blocks (TBB) is a C++ template library that helps us leverage multi-core processor performance without having to be a threading expert. It is developed by Intel for parallel programming on multi-core processors. Using ... Read more