Skip to content

SDK not working with aarch64 in macOS #29

@guidomodarelli

Description

@guidomodarelli

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.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions