I hope someone can help :) It\'s been troubling me for a while, this one.
I\'m running Xcode 4.3.1 with base SDK iOS 5.1. iPhone version is 4.2.1, an old 3S model I beli
You need to add armv7
and armv6
architectures both to the Architectures and you need to do this as armv6 is architecture supported by devices older than iPhone 3GS and hence if you need to compile or give support to devices prior than iPhone 3GS, you need to add armv6
to your architectures as shown below:
Hope this helps.
Got the solution... :)
Build it for armv6 too.