I am attempting to build (and create an archive of) a standalone watchOS application. I am using the latest Xcode 14, but the project stopped building at some point, whereas both the simulator and previews in the canvas were working previously (in the same Xcode version).
The error message is Watch-Only Application Stubs are not available when building for watchOS Simulator.
, but I cannot find the solution to it. The build crash log does not open providing more detail.
Interestingly, the project builds in Xcode 13 but does not produce the iOS archive but a watchOS archive.
I do not know how to proceed from this point on, any help would be appreciated.