Do you have any build errors?

Reply to this note

Please Login to reply.

Discussion

Yeah, several of them. E.g:

error[E0432]: unresolved import `objc2::foundation`

--> /Users/oxtr/.cargo/registry/src/github.com-1ecc6299db9ec823/accesskit_macos-0.3.0/src/appkit/responder.rs:6:27

|

6 | use objc2::{extern_class, foundation::NSObject, ClassType};

| ^^^^^^^^^^ could not find `foundation` in `objc2`

All of them are related to the objc2 crate it seems, not sure which dependency this comes from though. Probably egui related dependencies?

I wanted to make a github issue for it but the error output is huge and contains my IRL name in the paths so I have to sanitize it before publishing it. Haven’t had time to do that today.