In my XCode 5 project I use RestKit for REST communication. Everything works fine with the simulators, but generating the ipa file, I get the following error:
In my case i forgot to add sqlite library in my project. After adding library from Linked framework and library the build was successful.