Xcode's WebDriverAgent not working with iOS 16 | Appium Automation

I am using Appium for my automation , and while I was using WebdriverAgent build on iPhone with IOS 15.X I was able to build the webDriverAgent but the moment I upgraded to IOS 16 Xcode says "Unsupported OS Version" I am Using Xcode Version 13.4.1 (13F100)

"

also concerned about the fact the if the end user of our product upgrades to IOS 16 and if we are not able to test it on the same version , running automation on an older IOS version would make much sense , would it ?

This sounds like is related to https://developer.apple.com/forums/thread/712039

Things that I tried, Tired Updating Xcode to the latest Version "14" and still no luck also tried downloading the latest Xcode 14 beta release 2 (which was released on September /20 /2022) but still no luck , getting the same error

Latest Xcode 14 beta 3 also seems to have this issue

from https://github.com/appium/WebDriverAgent/releases/tag/v4.13.0 to download the source code of webdriveragent just for using the reason of the problem is that the appium version is too low, which needs to update, and the webdriveragent is just part of it

Xcode's WebDriverAgent not working with iOS 16 | Appium Automation
 
 
Q