ios - cordova build to *.ipa -


trying create *.ipa file files generate cordova. found useful manual automating cordova ios build. first of such commands:

cordova create <folder-name> <package-name> <app-name>  cordova platform add ios  

then when try execute command

cordova build ios --device 

i got errors

code sign error: no matching codesigning identity found: no codesigning identiti es (i.e. certificate , private key pairs) matching “iphone developer” fou nd. codesign error: code signing required product type 'application' in sdk ' ios 7.1'

** build failed **

what i`m doing wrong? suggestions.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -