-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symbol not found: _ubrk_clone #6035
Comments
Please upgrade to macOS 12+ |
My version of MacOS is 12.1 (sorry for not giving that information on first place). Maybe I need +13, Ventura ? |
Unfortunately I went back to version 1.0.2 of Bun. If the condition is to update Mac OS to 12, it will discourage a lot of people. |
Also on MacOS is 12.1, and ran into this install error with bun as well. |
I returned to version 1.0.2, to work correctly. |
Same here - I get the same error on MacOS 12.1 Installing bun curl -fsSL https://bun.sh/install | bash -s "bun-v1.0.2" |
That solved it for me too, thanks! |
I wasn't able to upgrade from 1.0.2 using My macOS version is |
My macos version is 12.1 bun-v1.0.2 works dyld[80227]: Symbol not found: _ubrk_clone I am developing x-cmd. I really love bun and want to In 1st October, x-cmd take v1.0.3 intially as the default version for 'x bun'. It works fine, until today I found it didnot work on my home macbook. Oddly v1.0.3 DOES work in other 5 macbook mac device(arm), and it just crashed in one particular macbook, which I am now using to write the comment. Both v1.0.5 and v1.0.6 also crash, just like v1.0.3. However, v1.0.2 continues to work. Therefore, I am forced to revert back to v1.0.2 as the default version in x-cmd. Please inform me if there is anything I can assist with. I will maintain my current setup in case the bun development team requires further information. |
Using this method, I'm done here |
my macOS version is 12.1, I have the same trouble with bun version 1.1.26, and bun version 1.0.6 works |
What version of Bun is running?
1.0.3
What platform is your computer?
Darwin 21.2.0 arm64 arm
What steps can reproduce the bug?
curl -fsSL https://bun.sh/install | bash
Hardware: Macbook Air M1
Run anything that have bun throws an error:
What is the expected behavior?
Run the command succesfully
What do you see instead?
dyld[8734]: Symbol not found: _ubrk_clone
Referenced from: /Users/user/.bun/bin/bun
Expected in: /usr/lib/libicucore.A.dylib
Additional information
No response
The text was updated successfully, but these errors were encountered: