I am working on distributing an app to app store - obviously, for the first time. I want my app to support older versions like iOS 3 and iOS 4. So, I found out that I need to change the architecture value toarmv6 and armv7. ButXcode 4.3.2 shows onlyarmv7. So, I did a Google search and find out the following two links:
And I followed the tutorials to do addarmv6 architecture. See the screenshot.

See, onlyarmv7 is present.

Now, this is my problem. As the above two links says, I selected the other option. Then replaced$(ARCHS_STANDARD_32_BIT) witharmv6 andarmv7.But there is no Done button. How in the world I make this settings applied without thatDone button? See the following image from the above links. They have got aDone button. But, why not for me?

- tryied to press the keyboard RETURN button?meronix– meronix2012-07-17 06:28:11 +00:00CommentedJul 17, 2012 at 6:28
- Yes, but it makes the armv6 or armv7 field editable.Jomoos– Jomoos2012-07-17 06:29:19 +00:00CommentedJul 17, 2012 at 6:29
- right: then write in the same line both words armv6 and armv7, then RETURN again... PS that's not the only thing to do: in your xxx-info.plist file you have to remove the line for Required device capabilities = armv7meronix– meronix2012-07-17 06:44:57 +00:00CommentedJul 17, 2012 at 6:44
- @meronix I have
Item 0asarmv6andItem 1asarmv7. Do I have to remove them all or keep them as it is?Jomoos– Jomoos2012-07-17 07:02:42 +00:00CommentedJul 17, 2012 at 7:02 - 1i removed both and it worked for memeronix– meronix2012-07-17 07:39:55 +00:00CommentedJul 17, 2012 at 7:39
3 Answers3
Click anywhere outside the popover. It will dismiss the popover and apply your settings. The screenshot with the done button is from an older Xcode version.
1 Comment
Esc key to dismiss the window. Thanks again! +1 and accepted answer.for my experience:
1 try move the setting window for a little distance.
2 three colorful button will show on left top corner of the setting window.
Comments
Hope you got the right answer.
But this SOF question also can help you with this architecture related things,now or later.
Comments
Explore related questions
See similar questions with these tags.
