I have an iOS app with an independent watchOS app.
With Xcode 14, I migrated the project to only use a single target for watchOS (i.e. remove the "extension" target).
Everything builds, but I get the following build warning:
appName.app is a Foundation extension and must be embedded in the parent app bundle's PlugIns directory, but is embedded in the parent app bundle's Watch directory.
where "appName" is the product name of the watchOS target.
I tried the following, to no avail:
- restart Xcode
- restart computer
- clean build folder
- delete derived data
Any ideas?