You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue with iconv after the latest osx upgrades on M1/M2 macs, the Iconv errors and the solution is to install iconv separately with command gem install iconv -- --with-cflags="-Wno-incompatible-function-pointer-types"
Hi,
There is an issue with iconv after the latest osx upgrades on M1/M2 macs, the Iconv errors and the solution is to install iconv separately with command
gem install iconv -- --with-cflags="-Wno-incompatible-function-pointer-types"
Solution grapped from ruby/iconv#25
No idea if anything besides refactoring the gem out can solve it properly here.
The text was updated successfully, but these errors were encountered: