1
votes

I'm attempting to upload my first app to the app store using xcode 4.3, but can't get past this error... "application executable is missing a required architecture. At least one of the following architectures must be present: armv7" I looked up the issue. Their are several post on stackoverflow addressing the issue, but none of the suggestions listed worked. I attempted to add armv6 and armv7 to the build settings, but the errors still persist. Any suggestions would be welcomed. Thanks.

screen shot here.. http://dl.dropbox.com/u/2813968/Build%20Settings.png

3
That definitely should fix it. Can you post a screen shot of your build settings?Jeshua Lacock
are you sure you're not overriding the architecture from project setting in the target setting?kuba
Here are my project setting.. dl.dropbox.com/u/2813968/projectInfo.png Am I doing anything wrong there? This is so frustrating. The app works great on my test devices.user1362262
Thats not what I wanted to see - I wanted to see your Build Settings: 3dtopo.com/BuildSettings.pngJeshua Lacock

3 Answers

3
votes

For Xcode 4.5 at least, set the deployment target to at least iOS 4.3 and that will resolve it. Earlier versions of iOS and armv6 are almost extinct.

0
votes

Make sure that these settings match your Target and not just your Project settings.

enter image description here

0
votes

1) Left-click project icon (blue icon, under "Run" button).

2) Next to the project icon (to the right of it), left-click on project name under "PROJECT" (White background).

3)Select tab "Build Settings" and look for tab "Build Active Architecture Only" -----change to -----no