Am going literally crazy since the last update in MAC OS and XCODE 13.3. My app will no longer build and I get a mile-long list of problems which I do not understand at all... Everything was working fine... I changed absolutely nothing... I have tried everything I could read in forums etc... but nothing works...
Here is what I get :
2022-04-15 11:53:43.990 xcodebuild[14700:80126] 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-04-15 11:53:43.991 xcodebuild[14700:80126] 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
** BUILD FAILED **
And then under that, I get a mile-long list of various warnings that I had never seen before.
Am losing it...
Is there a way of having the app re-initialize all the settings and other config files, to start a build from scratch with everything clean ? As a beginner "developer", I suffer terribly from not understanding at all what is going on when the build is happening, the pod files, the pods... the role of XCODE (I am using Visual Studio Code)....
Help ?