Webdriver agent build issue on real IOS device

Viewed 32

After upgrading my Xcode to the latest version 14.0, i am trying to build wedriver agent project with the following command

xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination 'id=Device UDID' test

Above command was working as expected before the xcode upgrade and webdriver agent was getting installed in the Real devcie and Test cases are running successfully.

But after the upgrade, xcode build is getting failed and webdriver agent was not getting installed in the real device.

Attached the screenshot of xocde build error details

Xcode build error

Any help is much appreciated and thanks in advance

0 Answers
Related