My iOS app has the following build settings:

And yet, when I try to send the application to the repository, I get this error:

If I add arm64 to UIRequiredDeviceCapabilities, as the error shows, after sending, I get the following message:

Why does the first archive only contain an arm64 slice?
My project contains several other projects (RestKit and CocoaTouchBarcodes), but the settings for these projects look the same as mine. My project is also linked to the Google Analytics library. I have confirmed that this is the latest version.
What could be causing my problem?
source share