This version is addressing issues experienced in the 0.14.0 release; we strongly recommend all users, especially those affected, to upgrade. We’ve withdrawn the release binary files for 0.14.0, making it non-installable.
All versions after 0.13.1 result in this error.
(Using Mac, OsX, Intel) I am most probably getting it because I was trying to install another clang/llvm on my Mac in order to get a Rust library to compile. Unless every Mac dev gets the same.
>dfx
dyld: Symbol not found: __ZTTNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEE
Referenced from: /usr/local/bin/dfx (which was built for Mac OS X 12.0)
Expected in: /usr/lib/libc++.1.dylib
in /usr/local/bin/dfx
After installing dfx 0.14.1 with the command listed here, the correct version isn’t showing up in my /Users/<username>/.cache/dfinity/versions directory (I see 0.14.0).
Also, when I try to install 0.14.0 using that command, I get a 404 error.
curl: (22) The requested URL returned error: 404 Not Found
dfinity-sdk: command failed: downloader https://github.com/dfinity/sdk/releases/download/0.14.0/dfx-0.14.0-x86_64-darwin.tar.gz /var/folders/lc/ptw97m4j7zg_snmcgx_pj1_40000gn/T/tmp.JpB8lIQ7/dfx-0.14.0-x86_64-darwin.tar.gz
exit
What’s the best way to install/change between different versions of dfx since 0.14.x?