Requested but did not find extension point with identifier Error

The Error “Requested but did not find extension point with identifier”, is an error that is invoked when you are working on XCode and are trying to first launch the terminal in your system.

Given below is the snippet of the error you might get:

 Requested but did not find extension point with identifier

The error ” Requested but did not find extension point with identifier” is seen because the code is used by both Xcode and macOS for the Finder’s device management , the MobileDevice framework is peculiar.

As Apple releases new hardware and iOS versions, including beta versions, both clients must be able to independently upgrade the framework.

To fix the error, “Requested but did not find extension point with identifier” use the sudo xcode-select -r or use the code sudo xcode-select -s /Library/Developer/CommandLineTools to select the command line tool manually and error Requested but did not find extension point with identifier would be fixed.

To fix the error ” Requested but did not find extension point with identifier”, you will have to follow the steps mentioned below:

First try using the code mentioned below to fix the issue:

sudo xcode-select -r

This should mostly fix the error you have been facing, if this does not work for you then you can try the code mentioned below to fix your error, the below code will help you select the command line tools:

sudo xcode-select -s /Library/Developer/CommandLineTools

This should help you fix the error, ” Requested but did not find extension point with identifier”

Conclusion

To fix the error, ” Requested but did not find extension point with identifier” you will have to use sudo xcode-select -r. if this does not work for you then you will have to use the following code: sudo xcode-select -s /Library/Developer/CommandLineTools.

The error is seen because the code is used by both Xcode and macOS for the Finder’s device management , the MobileDevice framework is peculiar.

As Apple releases new hardware and iOS versions, including beta versions, both clients must be able to independently upgrade the framework..