When I am trying to upload the app to appstoreConnect, it fails with below error:
ERROR ITMS-90733: "Missing architecture. Apps built with Watch OS 5.0 and later SDKs must contain additional architectures.
the iOS version: iOS 10 the WatchOS version: WatchOS 3
the Build Setting "Valid Architectures" for iOS is "arm64 arm64e armv7 armv7s"
the Build Setting "Valid Architectures" for watchOS is "arm64_32 armv7k"
Has anyone got a similar error?