Reputation: 101
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:
Error Message
Upvotes: 0
Views: 3738
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:
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