ERROR ITMS-90092: “This bundle is invalid. Apps that include an arm64 architecture are required to include an armv7 architecture.”
Asked Answered
A

2

5

I'm getting a few errors submitting an app.

Any idea how you fix this error:

ERROR ITMS-90092: “This bundle is invalid. Apps that include an arm64 architecture are required to include an armv7 architecture.”

Looking in Valid Architectures in Xcode I see armv7 listed. So what's the problem?

Antennule answered 28/5, 2015 at 23:39 Comment(0)
L
7

I finally figured out how to bypass this error and successfully submit my app. Here is what you have to do if you already have armv7 included under build settings > valid architectures:

  1. Run the app on your phone with the usb cord pugged into the computer.
  2. Once the app has successfully played on your phone, unplug your phone.
  3. Now go to product > archive > validate
  4. Once you have done this, click submit to app store and your app should submit just fine.

Hope this helps!!

Limiter answered 2/6, 2015 at 21:31 Comment(1)
Why do we need to unplug the device when archiving?Arrowy
A
1

Make sure that in your Scheme, Archive is pointing to Release, and that your Build Active Architecture for Release is No also.

  1. Click Edit Scheme.

Click Edit Scheme

  1. Set Archive to Release.

Set Archive to Release

  1. Set Build Active Architecture of Release to No.

Set Build Active Architecture to No

Arrowy answered 22/6, 2015 at 5:22 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.