ITMS-90398: Invalid WatchKit support

Does anyone encounter this email from the Apple Store Connect?

Please correct the following issues and upload a new binary to App Store Connect.

ITMS-90398: Invalid WatchKit support - The bundle contains architectures that aren’t allowed or is missing architectures that are required. Verify in the Xcode build settings that the architectures on which your app is built are correct.

I'm trying to upload my app with a WatchKit app and WatchKit extension. I'm using standard architecture in build setting architectures settings for my iOS, WatchKit app and WatchKit Extension. I also added excluded architecture of armv7 for the iOS and none for the watchkits.

The minimum build deployment for iOS is 12.0 and 4.0 for watchOS. Im using Xcode Version 16.4 (16F6)

I fixed this issue by removing the VALID_ARCHS in the user defined settings, all architecture are set in $(ARCHS_STANDARD) and in build phases -> target dependencies, all of the targets are included.

ITMS-90398: Invalid WatchKit support
 
 
Q