简体   繁体   中英

Provisioning profile “match x” doesn't include signing certificate “Apple Distribution: Company (ID)” when using fastlane match

尝试构建通过 fastlane 匹配设置进行签名的应用程序之一时遇到此错误。

After some googling I found these steps . The long and the short of it is that if you generate a signing certificate via fastlane cert and/or Xcode automatic signing it will conflict with the cert needed by fastlane match. To resolve this you should backup and delete your distribution certs and then rely on fastlane match to generate them for you.

I solved this issue by adding a device to https://developer.apple.com/account/resources/devices/list

to get a device's udid plug it into your computer and Xcode will tell you what it is (it's not on the device afaict).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM