2

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.

Xcode screenshot - no armv6

See, onlyarmv7 is present.

no done button available

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?

image from above link with Done button

askedJul 17, 2012 at 6:15
Jomoos's user avatar
6
  • tryied to press the keyboard RETURN button?CommentedJul 17, 2012 at 6:28
  • Yes, but it makes the armv6 or armv7 field editable.CommentedJul 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 = armv7CommentedJul 17, 2012 at 6:44
  • @meronix I haveItem 0 asarmv6 andItem 1 asarmv7. Do I have to remove them all or keep them as it is?CommentedJul 17, 2012 at 7:02
  • 1
    i removed both and it worked for meCommentedJul 17, 2012 at 7:39

3 Answers3

4

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.

answeredJul 17, 2012 at 6:31
idz's user avatar
Sign up to request clarification or add additional context in comments.

1 Comment

Yep, that did the trick! I haven't expected this. Until now, I am usingEsc key to dismiss the window. Thanks again! +1 and accepted answer.
1

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.

answeredJul 17, 2012 at 6:21
Gavin's user avatar

Comments

1

Hope you got the right answer.

But this SOF question also can help you with this architecture related things,now or later.

How to build for armv6 and armv7 architectures with iOS 5

answeredJul 17, 2012 at 6:42
S.Philip's user avatar

Comments

Your Answer

Sign up orlog in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

By clicking “Post Your Answer”, you agree to ourterms of service and acknowledge you have read ourprivacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.