Failed to create WDA session

Hi all !

We have issue in GitHub action macos-12 to perform appium testing

The appium server running is 2.0.0-beta.46

This is the relevant part of the failure logs:

2022-11-29 10:11:37:171 [XCUITestDriver@62fc (5ed24643)] Got response with status 500: {"value":{"error":"session not created","message":"Cannot launch app.passculture.staging application. Make sure the
5:20
2022-11-29 10:11:37:172 [XCUITestDriver@62fc (5ed24643)] Failed to create WDA session (A new session could not be created. Details: Cannot launch app.passculture.staging application. Make sure the correct
5:20

Whole log https://gist.github.com/kopax-polyconseil/30f8782582025375e6fff5e28c33b5d1

It work well locally, and before trying to run our app, we where running the app from https://github.com/webdriverio/appium-boilerplate in GitHub action without problem

What could be the problem? Thanks for helping