ERROR 0037 Mac OS

broken image


Problem

After upgrading to Mac OS Big Sur, I saw this error I haven't seen before:

  • Office 365 ProPlus is being renamed to Microsoft 365 Apps for enterprise.For more information about this change, read this blog post.
  • After some research and trial and error, I found this precious answer in Stack Overflow that it is due to the Ruby version that is not compatible with Big Sur and it should be at least 2.7. So I checked Ruby releases and decided to go with one of the most recent releases: 2.7.2.

So I ran bundle install but it didn't seem to work either. An excerpt from the terminal output:

Solution

Mac OS versions 8.6 and later also includes the version number in this splash screen (for example, 'Welcome to Mac OS 8.6'). On early Macs that had no internal hard drive, the computer boots up to a point where it needs to load the operating system from a floppy disk. Until the user inserts the correct disk, the Mac displays a floppy icon with.

After some research and trial and error, I found this precious answer in Stack Overflow that it is due to the Ruby version that is not compatible with BigSur and it should be at least 2.7. So Ichecked Ruby releases and decided to go with one of the most recent releases: 2.7.2.

Anyway, steps I think worked:

Error 0037 mac os x
  1. Check Ruby version
  2. Install Ruby Version Manager (rvm)
  3. Install 2.7.2 version using rvm
  4. Check Ruby version again
  5. Bundle install
  6. Run bundle

And it worked!

Error 0037 Mac Os X

Some other things I tried

Error 0037 Mac Os Catalina

  1. Installing Ruby through Homebrew: didn't solve the issue but I don't know if this actually and eventually helped or not.

  2. Installing the latest version of Ruby (ref) using rvm: didn't update the version for some reason.





broken image