When I try to archive my project for the iPhone 5 (armv7s), it comes with an error which states that RestKit is not compatible with the armv7s architecture.
In this project I'm using an old version from RestKit, version 0.9. This version is by default not capable to work with armv7s. Is there a way to setup the RestKit project (version 0.9) to support armv7s.
I've tried to add armv7s to the valid architectures for the RestKit project and changed the architectures to support armv6 and armv7. Unfortunately that didn't work out.
Of course I can setup the project with the latest version of RestKit. Only this will take a lot of time, since the core has been updated a lot of times.
Another question, would the app (build for armv6 and armv7) which is currently in the store, work on the iPhone 5 (armv7s)?