LoginSignup
5
6

More than 3 years have passed since last update.

Xcode11以降でfastlane matchで証明書を更新してはまったこと

Posted at

Xcode11でfastlane matchで証明書を更新してから以下のようなエラーがでてビルドできなくなりました。

Provisioning profile xxxx doesn't include signing certificate yyyy

原因

生成された証明書を確認してみるとCertificate Typeが以前はiOS DevelopmentだったものがDevelopmentに変わっていました。
Screen Shot 2020-03-24 at 10.53.00.png

違いが何なのか調べてみると、これまではiOS DeveloperiOS Distributionだったものが、Xcode11以降でApple Development, Apple Distributionに変わっていました。(document

修正方法

Code Signing IdentityをApple DevelopmentApple Distributionにしておけばよいです。(automaticの場合はiOS Developer/Distribution`にしていても大丈夫なようでした。直接keychainのcertificateを指定すると今回のようなビルドエラー起こってしまうのでよくないですね)
Screen Shot 2020-03-24 at 11.00.40.png

参考

fastlane PR 15410

5
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
6