I am using Xcode 5 so iOS SDK 7. The solution which worked for me was simply to remove the arm64 architecture.
Select the project target (NOT CordovaLib.xcodeproj) and in the build settings>Valid Architectures, remove arm64 if it's there in the list. Here is mine after I remove arm64 architecture.