Updated to macOs 12.4, cannot find MacOSX12.3.sdk in xcode

I'm an Unreal Engine developer and I just updated my Mac to version 12.4

Since then, when building Unreal Engine products I get the following error:

clang: error: no such file or directory: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk
2022-05-23 14:26:42.630 xcodebuild[13537:439405] 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-05-23 14:26:42.630 xcodebuild[13537:439405] 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
2022-05-23 14:26:51.281 xcodebuild[13577:439827] 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-05-23 14:26:51.281 xcodebuild[13577:439827] 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/System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/Current/MultitouchSupport.tbd'

I have tried to re-install Xcode two times already and it didn't help.

What can I do? This is preventing me to do anything!

Xcode only includes the latest version of any platform SDKs. The ideal solution is to always target the latest SDK and properly handle any API differences in older versions. If your 3rd party app-builder tool doesn't allow that, it may be possible to hack-in an old SDK, but that's not supported.

Updated to macOs 12.4, cannot find MacOSX12.3.sdk in xcode
 
 
Q