简体   繁体   中英

Invalid binary, the binary is missing architectures[arm64]

Today I cannot submit the binary to App Store, with the error "Invalid binary, the binary is missing architectures[arm64]".

But in "build settings"->"architectures", it does have arm64.

The previous version can be submitted successfully, and I haven't modified project settings.

在此输入图像描述

As TimT stated in this thread: https://devforums.apple.com/thread/244448 , It is apparently a bug. However, it's still not resolved...

Not enough reputation to post image, please search "TimT" for his reply.

UPDATE:

It has been fixed. "Yes, there was a fix recently applied to the server. Everyone should be able to submit 32-bit apps again." - by TimT in the same thread. I tried again and everything is fine now.

After a long period of trying and trying to fix this issue, I haven't got any solution, but to install the older version of Xcode 5.0.2 and submit the binary with that one.

Cheers :)

我早上有同样的错误,显然它是第三方库/框架之一,它缺少架构[arm64]。

Seems that app must support arm64 now.

In my situation, I used some third party Library which doesn't support arm64.

I deleted the Libraries, and it's OK now.

The Architectures setting looks like below:

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM