This is happening due to an issue in the objc crate: SSheldon/rust-objc#125
I think that ideally Baseview would just switch to the objc2 crate, but that would require a decent amount of work since it's not a drop-in replacement. The simpler workaround for now would probably be to point at the master branch of the rust-objc repo, since a fix for the issue has been merged but was never published to crates.io.
This is happening due to an issue in the
objccrate: SSheldon/rust-objc#125I think that ideally Baseview would just switch to the
objc2crate, but that would require a decent amount of work since it's not a drop-in replacement. The simpler workaround for now would probably be to point at the master branch of therust-objcrepo, since a fix for the issue has been merged but was never published to crates.io.