Closed nikitavbv closed 2 years ago
I am setting up a MacOSX vm, Ill see what I can do. If you know an easy way to get an M1 VM, let me know.
I personally do not have access to any M1 device.
If you know an easy way to get an M1 VM, let me know.
I think hetzner offers M1 servers, as well as AWS or Scaleway.
Alternatively, If you have any ideas, you can post them here, and I will try it on my laptop. We can also debug this together during a video call if you prefer :)
Update: it seems the build fails on intel macbooks with the same error. I will update the issue to clarify that the build actually fails on mac, no matter the CPU architecture.
Keep in mine that the 0.9.4 version is no longer being worked on, I am working on a fix for AVFoundation on 0.10
I am currently working on updating AVFoundation backend to be compatible with the new 0,10 API, this is blocked on #45, #37
Maybe this issue is related? https://github.com/rust-lang/rust/issues/86658#issuecomment-983925155
I cannot recreate this issue on latest commit. Closing.
Hi, thank you for maintaining this crate!
It seems there is
symbol(s) not found for architecture arm64
when building on a MacBook with an M1 processor (update: the same issue is encountered while trying to build on x86-64 mac, so CPU architecture does not matter here).Here is the code I use:
Cargo.toml:
Here is a linker error I encounter:
Any ideas on a possible workaround? Thank you!