How to add armv6 architecture to Xcode project?

Anders Lindsetmo picture Anders Lindsetmo · Sep 8, 2011 · Viewed 17.4k times · Source

I got a warning that my project needs to include the armv6 binary.. but I don't really know how to do that. Have been googling for an answer, but non of the suggestions seems to fit? Is armv6 something I need to download to support in my app, or does Xcode have it, I just need to include it in my project settings? Also, my app should support OS back till 3.1.

I have added i386 behind armv6 and armv7 in the Debug section, but I dunno if that fixes the problem. Does this seem right to you people with more experience?

Screenshot of Architecture settings:

Answer

Bancha Rojkittisakul picture Bancha Rojkittisakul · May 30, 2012

Follow my step

  1. In your picture you choose level change it to "Combined"
  2. Click at Standard (armv7) $(ARCHS_STANDARD_32_BIT)
  3. Choose "Other"
  4. CLick at "$(ARCHS_STANDARD_32_BIT)" and the Click "-" to delete it
  5. Click "+" to add new item
  6. Type "armv6"
  7. Click "+" again
  8. Type "armv7"
  9. Click anywhere to finish

I hope this help

I just have the same problem and I try to do this and it work for me