hello, in chapter 1-setting up a mobile testing project with simulators, I get the same error as at minute 14:30. How do I fix it?
`java.util.concurrent.ExecutionException: org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: An unknown server-side error occurred while processing the command. Original error: Unable to launch WebDriverAgent. Original error: Unable to start WebDriverAgent: Error: We were not able to retrieve the /status response from the WebDriverAgent server after 60000ms timeout.Try to increase the value of ‘appium:wdaLaunchTimeout’ capability as a possible workaround.
Host info: host: ‘MacBook-Air-de-Pruebas.local’, ip: ‘fe80:0:0:0:5e:b760:bb43:9a68%en0’
Build info: version: ‘4.22.0’, revision: ‘c5f3146703’
System info: os.name: ‘Mac OS X’, os.arch: ‘x86_64’, os.version: ‘12.7.6’, java.version: ‘17.0.13’
Driver info: io.appium.java_client.ios.IOSDriver
Command: [null, newSession {capabilities=[Capabilities {appium:app: /Users/pruebasvvcc/Library/…, appium:automationName: XCUITest, appium:deviceId: B81957D7-9FA4-485D-9B5D-22F…, appium:deviceName: iPad (10th generation), appium:fullReset: false, appium:newCommandTimeout: 1800, appium:noReset: true, appium:platformVersion: 16.2, appium:realDeviceLogger: /Applications/Katalon Studi…, appium:udid: B81957D7-9FA4-485D-9B5D-22F…, appium:waitForAppScript: true;, appium:wdaLocalPort: 49411, platformName: IOS}]}]
Capabilities {appium:app: /Users/pruebasvvcc/Library/…, appium:automationName: XCUITest, appium:deviceId: B81957D7-9FA4-485D-9B5D-22F…, appium:deviceName: iPad (10th generation), appium:fullReset: false, appium:newCommandTimeout: 1800, appium:noReset: true, appium:platformVersion: 16.2, appium:realDeviceLogger: /Applications/Katalon Studi…, appium:udid: B81957D7-9FA4-485D-9B5D-22F…, appium:waitForAppScript: true;, appium:wdaLocalPort: 49411, platformName: IOS}
at com.kms.katalon.composer.components.impl.dialogs.ProgressMonitorDialogWithThread.runAndWait(ProgressMonitorDialogWithThread.java:49)
at com.kms.katalon.composer.mobile.objectspy.components.MobileLocalAppComposite$12.run(MobileLocalAppComposite.java:491)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
Caused by: org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: An unknown server-side error occurred while processing the command. Original error: Unable to launch WebDriverAgent. Original error: Unable to start WebDriverAgent: Error: We were not able to retrieve the /status response from the WebDriverAgent server after 60000ms timeout.Try to increase the value of ‘appium:wdaLaunchTimeout’ capability as a possible workaround.
Host info: host: ‘MacBook-Air-de-Pruebas.local’, ip: ‘fe80:0:0:0:5e:b760:bb43:9a68%en0’
Build info: version: ‘4.22.0’, revision: ‘c5f3146703’
System info: os.name: ‘Mac OS X’, os.arch: ‘x86_64’, os.version: ‘12.7.6’, java.version: ‘17.0.13’
Driver info: io.appium.java_client.ios.IOSDriver
Command: [null, newSession {capabilities=[Capabilities {appium:app: /Users/pruebasvvcc/Library/…, appium:automationName: XCUITest, appium:deviceId: B81957D7-9FA4-485D-9B5D-22F…, appium:deviceName: iPad (10th generation), appium:fullReset: false, appium:newCommandTimeout: 1800, appium:noReset: true, appium:platformVersion: 16.2, appium:realDeviceLogger: /Applications/Katalon Studi…, appium:udid: B81957D7-9FA4-485D-9B5D-22F…, appium:waitForAppScript: true;, appium:wdaLocalPort: 49411, platformName: IOS}]}]
Capabilities {appium:app: /Users/pruebasvvcc/Library/…, appium:automationName: XCUITest, appium:deviceId: B81957D7-9FA4-485D-9B5D-22F…, appium:deviceName: iPad (10th generation), appium:fullReset: false, appium:newCommandTimeout: 1800, appium:noReset: true, appium:platformVersion: 16.2, appium:realDeviceLogger: /Applications/Katalon Studi…, appium:udid: B81957D7-9FA4-485D-9B5D-22F…, appium:waitForAppScript: true;, appium:wdaLocalPort: 49411, platformName: IOS}
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:114)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:75)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:61)
at io.appium.java_client.remote.AppiumCommandExecutor.createSession(AppiumCommandExecutor.java:176)
at io.appium.java_client.remote.AppiumCommandExecutor.execute(AppiumCommandExecutor.java:237)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:518)
at io.appium.java_client.AppiumDriver.startSession(AppiumDriver.java:270)
at org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:161)
at io.appium.java_client.AppiumDriver.(AppiumDriver.java:91)
at io.appium.java_client.ios.IOSDriver.(IOSDriver.java:91)
at com.kms.katalon.core.appium.driver.AppiumDriverManager.createMobileDriver(AppiumDriverManager.java:572)
at com.kms.katalon.core.appium.driver.AppiumDriverManager.createMobileDriver(AppiumDriverManager.java:551)
at com.kms.katalon.core.mobile.keyword.internal.MobileDriverFactory.startLocalMobileDriver(MobileDriverFactory.java:597)
at com.kms.katalon.composer.mobile.objectspy.dialog.MobileInspectorController.startMobileApp(MobileInspectorController.java:207)
at com.kms.katalon.composer.mobile.objectspy.components.MobileLocalAppComposite.startLocalAppAsNormal(MobileLocalAppComposite.java:564)
at com.kms.katalon.composer.mobile.objectspy.components.MobileLocalAppComposite$12$1.call(MobileLocalAppComposite.java:499)
at com.kms.katalon.composer.components.impl.dialogs.ProgressMonitorDialogWithThread.startThreadAndWait(ProgressMonitorDialogWithThread.java:36)
at com.kms.katalon.composer.components.impl.dialogs.ProgressMonitorDialogWithThread.runAndWait(ProgressMonitorDialogWithThread.java:48)
… 2 more`
Best regards