[Fix] Requested but did not find extension point with identifier

The Error ” Requested but did not find extension point with identifier”, is an error that is invoked whenever you are coding in Xcode and trying to run a flutter. Given below is the snippet of the error you might get:

xcodebuild[62848:6695836] Requested but did not find extension point with identifier
    Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in
    com.apple.dt.IDEWatchSupportCore
  atchSupportCore
    ** BUILD FAILED **

I would like to share with you the steps I took to fix the ” Requested but did not find extension point with identifier” in your project file.

Why “Requested but did not find extension point with identifier” error is seen?

The error, ” Requested but did not find extension point with identifier” is usually seen only when you are using a simulator. This error is not seen while you are coding on a real phone you do not face these kinds of errors. This is an error from xcode’s team itself.

The detailed solution to fix the error ” Requested but did not find extension point with identifier”, is given below:

How to fix Requested but did not find extension point with identifier Error?

To fix the error Requested but did not find extension point with identifier, you have to run the command “xcrun” multiple times. You will also have to check for updates of Xcode app in the iOS app store. You can also uninstall and reinstall the xcode app, then re-launch the xcode app. it would fix the error Requested but did not find extension point with identifier.

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

The first step is that you will have to run the command “xcrun” multiple times fix the error. You will also need to have the latest version of Xcode version 13.3 installed. Run the below mentioned code:

xcrun -sdk iphoneos --show-sdk-path

When you run the code for the first time it will show an error. The second time it will show you the right answer.

If the error still persists you will have to follow the below mentioned two steps:

Step 1: Check the iOS app store for updates of Xcode app, if it is already updated, just check for confirmation.

Step 2: Uninstall and re-install the Xcode app; it will prompt you to install additional software. After installation finishes the errors will be fixed.

This should 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 have to run the command “xcrun” multiple times. You will also have to check for updates of Xcode app in the iOS app store. to fix the error you can uninstall and reinstall the xcode app, then re-launch the xcode app.