microsoft / vsts-cordova-tasks

Streamline CI setup for your Apache Cordova, PhoneGap, Ionic, or Cordova CLI compatible app using a set of useful pre-defined build steps for VS Team Services or TFS
http://go.microsoft.com/fwlink/?LinkID=691188
Other
25 stars 27 forks source link

Post-Feb 14th error when referencing P12 file for iOS "Command failed: /bin/sh -c /usr/bin/security find-identity -v -p codesigning ..." #34

Closed Chuxel closed 8 years ago

Chuxel commented 8 years ago

This is due to the Apple's WWDR certificate expiring on this date and an old certificate still being present on the system.

Follow the steps outlined by Apple here: https://developer.apple.com/support/certificates/expiration/

In particular, be sure see "What should I do if Xcode doesn’t recognize my distribution certificate?" and be sure to remove any expired certificates as this can cause the error to occur even after you've installed updated certificates. This also affects development certs despite the title.

As an improvement, we should improve error messaging here.