-
Notifications
You must be signed in to change notification settings - Fork 11
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
Glimmer app causes "cannot load such file -- color (LoadError)" #241
Comments
Hi, @chip and thank you for reporting it I believe you are packaging bundled solution (i.e.: you have Gemfile.lock in place) Could you please check it and remove Gemfile.lock before running tebako press ? Thank you and please let me know if it is Gemfile.lock issue |
@maxirmx - Thank you for the prompt reply. I deleted Gemfile.lock, pressed again, and the resulting binary gave me a Segmentation fault. I also tried the
Happy to provide more details. Thanks for your assistance. |
Yes.
|
Re the last issue: https://forums.developer.apple.com/forums/thread/722360 I guess the output package is too large and I guess it is because you are packaging in-place. Tebako packages the whole directory tree starting from the folder defined by If it is the case please create tebako package outside of your project tree or ensure that the previous version has been deleted. |
Oh, I see. Thank you! 😄 I read that warning, but didn't fully comprehend it. It compiled successfully by using the shorthand
Thanks again! Closing. |
@chip, if you can help make this warning message better, I will appreciate |
Hi, I'm attempting to build a binary for a Glimmer App running
ruby 3.3.0
on an M2 chip withVentura 13.2
and it crashes.Please let me know if you have any suggestions. Happy to provide additional info as requested. Thanks in advance.
Here's the output:
Ended successfully (Omitting verbose output):
Pressed the app:
Ran the executable:
The text was updated successfully, but these errors were encountered: