Cordova using wrong codesign -


i'm trying compile app release on command line. fails saying, "b106b71d657690a05d8511d6f46c64baa37783c5: no identity found". looking through output (cordova compile --release), see:

signing identity:     "iphone developer: <me> (<a code>)" provisioning profile: "<provisioning profile>"                       (<profile uuid>)  /usr/bin/codesign --force --sign b106b71d657690a05d8511d6f46c64baa37783c5 

the argument passed --sign not in security find-identity , in fact, have no idea found. iphone developer account in security find-identity listed different number altogether.

how can find cordova trying use code signing identity here? or how can use correct code signing identity?


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -