سؤال

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 to armv6 and armv7. But Xcode 4.3.2 shows only armv7. So, I did a Google search and find out the following two links:

And I followed the tutorials to do add armv6 architecture. See the screenshot.

Xcode screenshot - no armv6

See, only armv7 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) with armv6 and armv7. But there is no Done button. How in the world I make this settings applied without that Done button? See the following image from the above links. They have got a Done button. But, why not for me?

image from above link with Done button

هل كانت مفيدة؟

المحلول

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.

نصائح أخرى

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.

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top