-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Type
Projects
Status
Todo