This issue happens when trying to run the sdk-samples applications in macOS aarch64.
The issue happens in the underlying Chromium engine, specifically in the class com.equo.chromium.internal.Engine, when trying to run the following method:
public static <T extends CefClient> T createClient() {
return app.createClient();
}
The application crashes when the above method runs.
This issue happens when trying to run the sdk-samples applications in macOS aarch64.
The issue happens in the underlying Chromium engine, specifically in the class
com.equo.chromium.internal.Engine, when trying to run the following method:The application crashes when the above method runs.