Application Loader ERROR 90503

Hello there!

I try to upload my IPA by Application Loader, but I’ve got this error every time

ERROR ITMS-90503: “Invalid Bundle. Apps that have ‘arm64’ in the list of UIRequiredDeviceCapabilities in Info.plist must only contain the arm64 slice.”

But in my plist is all correct:

UIRequiredDeviceCapabilities

<array>
    <string>arm64</string>
    <string>metal</string>
</array>

Thanks in advance.

Anybody tell me please what to do with this error