Invalid Binary after Mac App store submission. Probably architecture mismatch

StackOverflow https://stackoverflow.com/questions/8186932

  •  04-03-2021
  •  | 
  •  

문제

After i tried to submit my OSX App (directly with Xcode organizer) i get the famous "Invalid Binary" error in iTunes Connect. I wonder if the cause of this error would be the architecture defined as default in Xcode 4.2.

Here a screen: enter image description here

In my opinion it's strange to have i386 for a 64-bit Intel Architectures.

What do you think ? should i try to remove i386 from valid architectures ?

도움이 되었습니까?

해결책

The only architectures that will actually be built are the ones in BOTH the Architectures and Valid Architectures lists. So, there is no harm in having i386 in Valid Architectures, and you should look elsewhere for the problem.

다른 팁

You are likely missing your signing settings.

http://dl.dropbox.com/u/2978664/appcert.png is a Project Info Panel. Double click the Project and make sure the values are correct there. Then in the target if any of the signing options are bold click them and press delete. This way your project settings are used rather than overridden by the target.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top