hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.05k stars 4.42k forks source link

dyld: Symbol not found: _iconv on vagrant 2.3.7 macOS intel #13235

Closed mike-code closed 11 months ago

mike-code commented 1 year ago

I have installed the latest version of Vagrant

Installed Version: 2.3.7
Latest Version: 2.3.7

running 11.5.2 macOS big sur @ intel

Any vagrant command is terminated with the following error

An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

dyld: Symbol not found: _iconv
  Referenced from: /usr/lib/libarchive.2.dylib
  Expected in: /opt/vagrant/embedded/lib/libiconv.2.dylib
 in /usr/lib/libarchive.2.dylib
danielmapar commented 11 months ago

My way out of it was to forcibly remove it: sudo rm -rf /opt/vagrant/embedded/lib/libiconv.2.dylib

Currently running Big Sur version 11.7.8

kaitlincart commented 11 months ago

This is a duplicate of #13220, please track it there.