首页 > 解决方案 > Automatic signing is unable to resolve an issue with the "WebDriverAgentRunner" target's entitlements

问题描述

Xcode is showing below error message while enabling automatic sign in option. How to fix this issue ?

Automatic signing is unable to resolve an issue with the "WebDriverAgentRunner" target's entitlements.

Switch to manual signing and resolve the issue by downloading a matching provisioning profile from the developer website. Alternatively, to continue using automatic signing, remove these entitlements from your entitlements file and their associated functionality from your code.

enter image description here

标签: iosxcodeappiumappium-ios

解决方案


错误消息清楚地表明:

切换到手动签名并通过从开发人员网站下载匹配的配置文件来解决问题

我建议您查看有关手动设置的官方 Appium 文档:

http://appium.io/docs/en/drivers/ios-xcuitest-real-devices/

确保您有一个有效的 Apple 开发者帐户,并且可以访问您的应用已签名的配置文件。为 WebDriverAgent 签名使用相同的配置文件,它应该可以正常工作。


推荐阅读