seanshpark / macOS

problems and solutions
MIT License
0 stars 0 forks source link

xcode-select #11

Open seanshpark opened 2 years ago

seanshpark commented 2 years ago
xcode-select --install

install xcode-select...

seanshpark commented 2 years ago

what is xcode-select? let's find out...

seanshpark commented 2 years ago
gcc --version

shows

objc[1287]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both /usr/lib/libauthinstall.dylib (0x1e069deb0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1085404f8). One of the two will be used. Which one is undefined.

and more...

to fix this

sudo xcode-select -r

where -r is reset to the default command line tools path