iPhone App issue

Hi All,
I am developing iPhone App on XCode 4.5.1 and Cordova 2.0 technology.Its working fine with simulator but when i built on archive mode(target iOS device) then its given error “apple match -o Linker Error” and description of error is linker cmd failed with exit code 1(use -V to see invocation). So please suggest any possible solution so that i can build a app and upload in iTunes Connect.

Thanks in Advance.

Best Regards,
Vikas Mishra

Archive is release mode. Perhaps the linker is missing some frameworks, or you’ve forgotten to add them.
If there’s something missing, the linker should say what it is right there in the compilation logs.