mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-18 08:30:37 +08:00
In iOS 5, Apple has removed armv6 from $ARCHS_STANDARD_32_BIT. This can result in RestKit being built against armv7 only when you are really trying to build against the iOS 5 SDK, be deploy to 4.x devices. App store validation will fail in these situations.