首页 > Web开发 > 详细

构建WebDriverAgent时报错“xxx: no identity found Command CodeSign failed with a nonzero exit code”解决办法

时间:2021-05-13 13:32:37      阅读:25      评论:0      收藏:0      [点我收藏+]

问题:Build target IntegrationApp of project WebDriverAgent with configuration Debug

CodeSign /Users/xxx/Library/Developer/Xcode/DerivedData/WebDriverAgent-frppimqqssqlskezbngfqfcrutsr/Build/Products/Debug-iphoneos/IntegrationApp.app (in target ‘IntegrationApp‘ from project ‘WebDriverAgent‘)

    cd /xxx/WebDriverAgent-master

    export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate

Signing Identity:     "Apple Development: xxx@xx.com (xxx)"

Provisioning Profile: "iOS Team Provisioning Profile: com.xx.IntegrationApp"

                      (x x x-x x x-x x x-x x x-x x x)

    /usr/bin/codesign --force --sign xxx--entitlements /Users/xxx/Library/Developer/Xcode/DerivedData/WebDriverAgent-frppimqqssqlskezbngfqfcrutsr/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphoneos/IntegrationApp.build/IntegrationApp.app.xcent --timestamp=none /Users/xxx/Library/Developer/Xcode/DerivedData/WebDriverAgent-frppimqqssqlskezbngfqfcrutsr/Build/Products/Debug-iphoneos/IntegrationApp.app

 

 

 

解决:Xcode > Preferences > Accounts > View Details ,下载刷新Provisioning Profile 

技术分享图片

构建WebDriverAgent时报错“xxx: no identity found Command CodeSign failed with a nonzero exit code”解决办法

原文:https://www.cnblogs.com/Tanwheey/p/14763782.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!