Unable to launch WebDriverAgent because of xcodebuild failure

App works fine on iPad mini 5 (running on iPad OS 16.2) simulator using Appium inspector
When I run test on VS, Webdriver agent is installed on the simulator but fail to launch. When I tried to run the build on the Xcode, I got the below error:

Cannot link directly with dylib/framework, your binary is not an allowed client of /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework/XCTAutomationSupport for architecture x86_64

Configuration :

Appium : 1.22.3

macOS : Ventura 13.1

Xcode : 14.2

Please advise me how to fix this…

Thanks

Use Appium 2 with Xcode 14.

1 Like

This solved the issue I was having… Thanks…