cargo-edit
cargo-edit copied to clipboard
Building v0.25.3 fails at MacOS [dup]
As you are affected, posting it here (feel free to triage/delete if you consider it redundant)
https://github.com/gimli-rs/object/issues/330
Its unclear how we are impacted by this and our CI seems to be passing on Mac.
After some digging, I found the fix:
sudo port deactivate -f libiconv
cargo install cargo-edit
sudo port activate libiconv
Problem is that something is trying to link against a dynamic library from the OS, but finds the one from MacPorts.