bamlab / fastlane-plugin-cordova

Integrate your Cordova build into your Fastlane setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XCode 11 - unable to run cordova command: No certificate for team matching iPhone Distribution

nicholaszuccarelli opened this issue · comments

I am unable to use this plugin on XCode 11 because Apple has changed the way it generates certificates.
Rather than using the old system for "iPhone/iOS Distribution" certificates, they are now named "Apple Distribution".

When I use match(), it successfully pulls the correct certificates, however running cordova() will throw "No certificate for team X matching iPhone Distribution: ABC" - (I don't have this certificate on my system anymore because I am using the new certificate system.

Any way around this problem?

Closed. Stupid me left an old build.json in the Cordova directory! >.<