The key UIRequiredDeviceCapabilities in the Info.plist may not contain values arm64

The key UIRequiredDeviceCapabilities in the Info.plist may not contain values

I have already tried adding in all targets.

This is what I have in my Info.plist

    <array>
        <string>armv64</string>
    </array>