Xcode 13.4.1 error: Requested but did not find extension point with identifier Xcode.IDEKit. ...

xcodebuild -h    
2022-06-20 14:59:54.011 xcodebuild[72360:558238] 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
2022-06-20 14:59:54.012 xcodebuild[72360:558238] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore

Related to:

Any solution on this? I have same error, solutions proposed in those threads doesn't work for me. Any help please?

In Xcode 13 Go to General => builds phases => Bundle React Native code and images, delete every file in input files and input files lists and also in output files and output files list. as shown in the following screenshot. then uncheck Run script "Based on dependency analysis

Xcode 13.4.1 error: Requested but did not find extension point with identifier Xcode.IDEKit. ...
 
 
Q