Hi, automatically my macOS upgrade to the macOS ventura (the latest version) and of course my xcode (14.x) is upgrade too. i use katalon version 8.6.x. i already make test suites. before upgrade, i can run the test suite. but after upgrade, suddenly when i want to run my test suite, i got this error.
java.util.concurrent.ExecutionException: org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session. Please check the server log for more details. Original error: An unknown server-side error occurred while processing the command. Original error: Could not install â/var/folders/41/yf384h9j5vz6nd_sjztz_xgw0000gn/T/Katalon/Appium/Temp1694961965567/2023817-3873-od3ik2.6936m/Runner.appâ:
- Unexpected data: {âErrorâ:âApplicationVerificationFailedâ,âErrorDetailâ:-402620395,âErrorDescriptionâ:âFailed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.OfnClX/extracted/Runner.app : 0xe8008015 (A valid provisioning profile for this executable was not found.)â}
- âios-deployâ utility has not been found in PATH. Is it installed?
Build info: version: âunknownâ, revision: âunknownâ, time: âunknownâ
System info: host: âMIIs-MacBook-Pro.localâ, ip: âfe80:0:0:0:f2:f6dc:d99f:65cf%en0â, os.name: âMac OS Xâ, os.arch: âx86_64â, os.version: â13.5.2â, java.version: â1.8.0_362â
Driver info: driver.version: IOSDriver
remote stacktrace: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not install â/var/folders/41/yf384h9j5vz6nd_sjztz_xgw0000gn/T/Katalon/Appium/Temp1694961965567/2023817-3873-od3ik2.6936m/Runner.appâ: - Unexpected data: {âErrorâ:âApplicationVerificationFailedâ,âErrorDetailâ:-402620395,âErrorDescriptionâ:âFailed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.OfnClX/extracted/Runner.app : 0xe8008015 (A valid provisioning profile for this executable was not found.)â}
- âios-deployâ utility has not been found in PATH. Is it installed?
at getResponseForW3CError (/usr/local/lib/node_modules/appium/node_modules/appium-base-driver/lib/protocol/errors.js:804:9)
at asyncHandler (/usr/local/lib/node_modules/appium/node_modules/appium-base-driver/lib/protocol/protocol.js:380:37)
Build info: version: âunknownâ, revision: âunknownâ, time: âunknownâ
System info: host: âMIIs-MacBook-Pro.localâ, ip: âfe80:0:0:0:f2:f6dc:d99f:65cf%en0â, os.name: âMac OS Xâ, os.arch: âx86_64â, os.version: â13.5.2â, java.version: â1.8.0_362â
Driver info: driver.version: IOSDriver
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:488)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
Caused by: org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session. Please check the server log for more details. Original error: An unknown server-side error occurred while processing the command. Original error: Could not install â/var/folders/41/yf384h9j5vz6nd_sjztz_xgw0000gn/T/Katalon/Appium/Temp1694961965567/2023817-3873-od3ik2.6936m/Runner.appâ: - Unexpected data: {âErrorâ:âApplicationVerificationFailedâ,âErrorDetailâ:-402620395,âErrorDescriptionâ:âFailed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.OfnClX/extracted/Runner.app : 0xe8008015 (A valid provisioning profile for this executable was not found.)â}
- âios-deployâ utility has not been found in PATH. Is it installed?
Build info: version: âunknownâ, revision: âunknownâ, time: âunknownâ
System info: host: âMIIs-MacBook-Pro.localâ, ip: âfe80:0:0:0:f2:f6dc:d99f:65cf%en0â, os.name: âMac OS Xâ, os.arch: âx86_64â, os.version: â13.5.2â, java.version: â1.8.0_362â
Driver info: driver.version: IOSDriver
remote stacktrace: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not install '/var/folders/41/yf384h9j5vz6nd_sjztz_xgwâŚ
i donât know whats the meaning of the error. please help me. thank you