0

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

halfer
  • 19,824
  • 17
  • 99
  • 186
abhi bangalore
  • 101
  • 2
  • 10

1 Answers1

2

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.

Mark A. Durham
  • 844
  • 1
  • 6
  • 18
  • Update: This issue just reappeared for me. I did not build the app on a 64-bit device this time (Step 3 above), but I did have to quit and restart Xcode before I could successfully create a new archive without the problem. – Mark A. Durham Oct 23 '15 at 00:51