Home > Net >  XCODE - Can I use a different version of command line tool while using xcode 13?
XCODE - Can I use a different version of command line tool while using xcode 13?

Time:11-05

i was using xcode 12.4 with command line tools 12.4, but i've seen other versions that i could choose in this screen shot.

However, now that my mac was updated to monterey, im force to use xcode 13 and i cant run my project anymore.

i was thinking maybe if the clt could be changed to 12.4 it would resolve my problem.

screen shot

CodePudding user response:

Xcode 12.X is not supported in macOS Monterey, the minimum supported version of Xcode in Monterey is 13.X

  • Related