Unable to record Testcase and unable to inspect Native iOS application

While performing automation using akaAT , i am unable to record the test case and i was failed to inspect the locators of iOS native application.

Am attaching the screenshot for reference, Can anyone suggest the steps in fixing this issue.

Please use remote Appium if you have upgraded Xcode to version 14.

  1. Download appium global ver2.0 : npm install -g appium@next
  2. Download xcuitest: appium driver install xcuitest
  3. Start appium server on terminal: appium
  4. Change desireCapabilities = {“url”:“http://127.0.0.1:4723”} (base on your Appium config) of Capability in akaAT Studio tool