Post

Replies

Boosts

Views

Activity

Reply to "Requested but did not find extension point" errors when using command line
May be a problem with Xcode not finding command line tools properly. I had essentially the same issue using Git from the command line and this fixed it for me: // reset to the default command line tools path sudo xcode-select -r // Link xcode-select with CommandLineTools sudo xcode-select -s /Library/Developer/CommandLineTools Got this answer from a response to a similar question on SO: https://stackoverflow.com/questions/72668916/requested-but-did-not-find-extension-point-with-identifier-xcode-idekit-extensio
Aug ’22