如何通过xcodebuild命令行检测签名证书?

时间:2017-12-01 15:08:48

标签: xcode jenkins xcode9 xcodebuild fastlane

我正在尝试使用def sum_integers_from_file(file_name): try: with open(file_name, 'r') as f: s = f.read() total = 0 for char in s: total += int(char) return total except: print("error") 命令设置Jenkins来签署我的app命令行。

我抱怨xcodebuild

Code Signing Error

问题:
如何通过Provisioning profile "XC iOS: xxxxx" doesn't include signing certificate "iPhone Distribution: Team Name (Team_ID)". 检测我的签名证书?

PS:
我可以使用Xcode UI& amp;选择" 自动管理签名"

0 个答案:

没有答案
相关问题