abhi bangalore
abhi bangalore

Reputation: 101

How to solve "ERROR ITMS-90086: Missing 64-bit support" in iOS App submission from Xcode 6.3.1?

I have seen that same question and its not working for me.

When I tried to upload my app to app store, I am getting below error:

ERROR ITMS-90086: Missing 64-bit support

and I have attached screenshot of full error and my Build Settings screenshot also.

Build settings:

enter image description here

Error Message

enter image description here

Upvotes: 0

Views: 3738

Answers (1)

Mark A. Durham
Mark A. Durham

Reputation: 864

I was seeing the same issue. My app even passed validation (using the "Validate..." button) but would not upload without yielding the "ITMS-90086" error. Other apps with virtually the exact same code would upload with no problems. Here is how I fixed the problem:

  1. Deleted the old archive which generated the error
  2. Did a Product->Clean
  3. Built and ran the app on a 64-bit device (iPad Air)
  4. Created a new archive

I suspect only steps 2 and 4 are necessary. Deleting the old archive and creating a new archive without doing the clean in between most definitely was not enough to get rid of the error, as I attempted that twice unsuccessfully.

Upvotes: 2

Related Questions