Questions tagged [macos-big-sur]

The sixteenth release of Apple's desktop operating system for Macintosh computers. Use this tag only if your question relates to using macOS Big Sur specific behavior. Questions relating to using or troubleshooting macOS are off-topic.

1005 questions
12
votes
7 answers

Apps not popping up on macOS Big Sur 11.0.1

It is always risky to upgrade your operation system. It is likely you will encounter some compatibility issue. I took the risk to upgrade my macOS from Catalina to the newest Big Sur. After that, the display in the new OS looks pretty, but all my…
Canrong Qiu
  • 136
  • 1
  • 6
12
votes
2 answers

Xcode 10.3 does not work on MacOS Big Sur 11.0.1 (non beta)

I have tried to format my MacOS, redownload Xcode 10.3. It just doesnt work. Logs: Process: Xcode [22467] Path: /Users/USER/Downloads/Xcode_10.3.app/Contents/MacOS/Xcode Identifier: …
BananZ
  • 1,153
  • 1
  • 12
  • 22
12
votes
1 answer

Big Sur Toolbar Items in the Sidebar

In Big Sur, Xcode and Calendar have toolbar items that stay over the sidebar when open but remain visible on the left side when the sidebar's collapsed. Sidebar open: Sidebar collapsed: In "Adopt the New Look of macOS" at 13:55, John says "items…
smr
  • 890
  • 7
  • 25
11
votes
4 answers

ruby-install fails when installing ruby 2.6.x and 3.0.x on mac osx 11.6

When running ruby-install, it fails to build. This also reported in rbenv issues (https://github.com/rbenv/ruby-build/issues/1725). for example when installing ruby 2.6.8 # installing via ruby-install ( https://github.com/postmodern/ruby-install…
mirageglobe
  • 2,446
  • 2
  • 24
  • 30
11
votes
2 answers

Installing PyMuPDF on MacOS Big Sur

I wanted to import fitz in my code. To do that, I tried installing PyMuPDF using pip3 install PyMuPDF However, this installation fails and returns this error: fitz/fitz_wrap.c:2754:10: fatal error: 'fitz.h' file not found #include
Nirali
  • 253
  • 3
  • 9
11
votes
1 answer

Android emulator crash when start. HVF error: HV_ERROR

Running the emulator on MacBook Air 2017 (Version 11.4 Beta) The idea logs of emulator : Emulator: /Users/gaurav12/Android_SDK/emulator/emulator -netdelay none -netspeed full -avd Pixel_2_API_30 Emulator: handleCpuAcceleration: feature check for…
Gaurav Pandit
  • 939
  • 1
  • 8
  • 13
11
votes
6 answers

anthoscli ERROR on installing Google Cloud SDK on Apple Silicon / Big Sur

I am searching for the solution for some weeks now. A couple weeks ago I received the new MacBook Pro with the Apple Silicon processor and with Big Sur installed on it. When I tried to install Google Cloud SDK, because I need that for my work, I get…
11
votes
1 answer

PHPUnit always output "No tests executed!" on MacOS Big Sur

When trying to run any PHPUnit tests, I always get a No tests executed! message on my MacOS machine. A simple way to reproduce, on this specific machine, is to install a fresh instance of Laravel and running the default tests : $ composer…
Louis Charette
  • 1,325
  • 1
  • 10
  • 34
11
votes
3 answers

MacOS Valgrind alternative?

I'm running MacOS Big Sur and trying to install valgrind for an assignment. brew install valgrind doesn't currently work and installing from the tar.bz2 distribution doesn't either. Running ./configure (according to the readme instructions) returns…
breakthatbass
  • 356
  • 1
  • 3
  • 11
11
votes
2 answers

Ampps not working after MacOS Big Sur install

After upgrading to Big Sur, I can no longer open Ampps. I have tried uninstalling and reinstalling, but the problem persists. When opening the application, it doesn't respond and you only get the Mac color wheel when hovering over the application.…
Thomas Spooner
  • 111
  • 1
  • 3
11
votes
1 answer

How to create a menu bar SwiftUI app for MacOS Big Sur

I'm trying to create an app that only appears in the MacOS Big Sur menu bar (top right corner) by following this tutorial: https://medium.com/@acwrightdesign/creating-a-macos-menu-bar-application-using-swiftui-54572a5d5f87/. It worked on Xcode 11…
Rohan
  • 132
  • 4
  • 21
11
votes
1 answer

Homebrew giving error that SDK not found (MacOS 11/10.16)

I trying to install a formula with Brew. But I always get a an Error: Error: Could not find an SDK that supports macOS 11.0. You may have have an outdated or incompatible CLT. Homebrew found the following SDKs in the CLT install: 10.14 …
MysteryCoder456
  • 460
  • 5
  • 21
10
votes
3 answers

dyld: Library not loaded: /usr/local/opt/tidy-html5/lib/libtidy.5.dylib

I have problem with my php on mac, previously I had 2 php versions php7.3 and php7.2. for some reason I uninstalled them then reinstall php7.2. when I run brew link php@7.2 and php -v I'm getting message dyld: Library not loaded:…
Thareeq Arsyad
  • 121
  • 1
  • 1
  • 6
10
votes
2 answers

gem install mimemagic -v '0.3.10' fails to install on Big Sur

Mac OS Big Sur 11.4 ** Rails 6.1.0 ** however, my use case is for a Rails Engine that I am writing that targets Rails 6.1+ applications xcode-select version 2384. GCC version % gcc -v Configured with: --prefix=/Library/Developer/CommandLineTools/usr…
Ethan Harwell
  • 111
  • 1
  • 3
10
votes
4 answers

miniconda installation issue on iMac with Apple M1 chip running macOS Big Sur

I am trying to install Miniconda on my new iMac. I have installed Miniconda on an older macOS system before with no problems, but I am having difficulty with this new computer/system. The computer is an iMac with the Apple M1 chip running macOS Big…
jrw187
  • 121
  • 1
  • 1
  • 3