Multiple Info.plist related errors occur when uploading an Apple Watch app

Hello. I’m currently using Flutter to develop iOS apps and Watch Apps for Apple Watch. I created an archive in Xcode and tried uploading it to App Store Connect, but I was experiencing multiple validation errors like the one below, which made me unable to proceed. Here is a summary of the error

I separate info.plist between iOS and watchOS, but it doesn't reflect even when I set the watch side. I think the settings on the iOS side have been reflected. I'm in a very difficult situation Thank you

Prepared archive for uploading
Upload failed
	error: Validation failed
Invalid UIDeviceFamily. The Info.plist of Apple Watch application 'Runner.app/Watch/ Watch App.app' contains an invalid UIDeviceFamily value of '1'. (ID: xxx)

	error: Validation failed
Invalid UIDeviceFamily. The Info.plist of Apple Watch application 'Runner.app/Watch/ Watch App.app' contains an invalid UIDeviceFamily value of '2'. (ID: xxx)

	error: Validation failed
Invalid WatchKit App Bundle. The value '16.6' for the MinimumOSVersion key in Info.plist in bundle 'com.example.xxx' is not supported. (ID: xxx)

	error: Validation failed
Invalid Info.plist key. The key 'LSRequiresIPhoneOS' in bundle Runner.app/Watch/ Watch App.app is invalid. (ID: xxx)

	error: Validation failed
Invalid Info.plist key. The key 'WKAppBundleIdentifier' in bundle Runner.app/Watch/ Watch App.app is invalid. (ID: xxx)

	error: Validation failed
Missing Apple Watch Extension. The application 'Runner.app/Watch/ Watch App.app' is missing its corresponding Apple Watch extension. (ID: xxx)

	error: Validation failed
Missing Icons. No icons found for watch application 'Runner.app/Watch/ Watch App.app'. Make sure that its Info.plist file includes entries for CFBundleIconFiles. (ID: xxx)

	error: Validation failed
Missing Info.plist value. A value for the Info.plist key 'CFBundleIconName' is missing in the bundle 'com.example.xxx'. Apps built with iOS 11 or later SDK must supply app icons in an asset catalog and must also provide a value for this Info.plist key. For more information see http://help.apple.com/xcode/mac/current/#/dev10510b1f7. (ID: xxx)

	error: Validation failed
Invalid Info.plist value. The value for the key 'DTPlatformName' in bundle Runner.app/Watch/ Watch App.app is invalid. (ID: xxx)

You should ask on Flutter support. Issue may be a bad version of Flutter, or missing file….

Multiple Info.plist related errors occur when uploading an Apple Watch app
 
 
Q