Questions tagged [macos-mojave]

macOS Mojave (version 10.14) is the fifteenth major release of Apple's desktop operating system for Mac computers. Use this tag [macos-mojave] to ask questions related to this specific version of the macOS platform. Use the related tags [objective-c] and [swift] for issues specific to those programming languages.

macOS Mojave (version 10.14) is Apple's Desktop operating system. It was introduced on June 4th at the WWDC 2018 and publicly released on 24 September 2018. It features several advances in technologies like Machine Learning (Core ML 2) and Graphics Processing (Metal 2).

It also comes with a new visual appearances like full Dark Mode and Dynamic Desktop background. The Finder has been improved with Gallery View and Quick Actions.

macOS Mojave requires a Mac with support for Metal (Late 2012 and later). It has started the process of deprecating OpenGL and OpenCL in favour of Metal and Metal 2.

Related Tags:

925 questions
11
votes
6 answers

sudo: eval: command not found

I have installed minikube on my system and minikube start works as expected for me. When I want to use local docker images and hence trying to run sudo eval $(minikube docker-env). This gives me an error: sudo: eval: command not found Any…
PRERNA AGARWAL
  • 133
  • 1
  • 1
  • 7
11
votes
1 answer

OSError: [Errno 24] Too many open files - OS Mojave

So, I'm writing a script to take a certain dataset, sample it 100 times using different random seeds, completing all these datasets and then getting the mean error. However, whenever I try to run the script I end up with the error OSError: [Errno…
Nocas
  • 357
  • 1
  • 4
  • 14
11
votes
1 answer

NSButtonCell highlighting remains on keypress in Mojave

I have a class derived from NSButtonCell where I draw bezel: override func drawBezel(withFrame frame: NSRect, in controlView: NSView) { let path = NSBezierPath(bound: frame.insetBy(dx: CGFloat(config.buttonInset), dy:…
Pablo
  • 28,133
  • 34
  • 125
  • 215
11
votes
5 answers

Apache not working after macOS Mojave update

Ok, after update macOS from High Sierra to Mojave, Apache with PHP stop working properly, so I did everything as is said in this guide - https://getgrav.org/blog/macos-mojave-apache-multiple-php-versions but after that, still apache not working…
Edoras
  • 319
  • 2
  • 4
  • 14
11
votes
2 answers

How to disable Dark Mode for my app in Mojave?

When I build my macOS app in Xcode 10 under Mojave, it automatically makes my app adopt Dark Mode. I am not ready yet to implement Dark Mode for my app. How do I disable Dark Mode for my app, so it appears aqua in both the light and dark mode under…
Eric
  • 1,858
  • 2
  • 16
  • 17
11
votes
2 answers

Mac OS X Mojave Font thinner on Chrome - how to fix?

Every font is thinner on Mac OS X Mojave on Chrome. See references like (here or here). That is my main problem and I need your suggestions what to do. I'm currently developing a website, but now the design looks way off. On Safari it's okay. But…
Philipp Mochine
  • 4,351
  • 10
  • 36
  • 68
10
votes
3 answers

Font Family/Display Issue in Safari 12 on macOS Mojave

I just upgraded to macOS Mojave a few days ago and I have noticed an issue with the fonts displayed in Safari for sites/themes that I have created on Tumblr. It appears that Safari reverted back to the default of Times New Roman and I'm not sure…
Nicole
  • 101
  • 1
  • 5
10
votes
2 answers

Background upload with share extension

I created an macOS ShareExtension which I want to use to upload pictures. I'm still testing this so any requests will be sent to https://beeceptor.com. The share extension works fine and it shows up in Preview, once I run it: I add some text and…
Besi
  • 22,579
  • 24
  • 131
  • 223
9
votes
3 answers

Docker-desktop for MacOs can't add /usr/local folder in Preferences/File-Sharing

I'm using Docker Desktop vrs 2.1.1.0 (edge channel) on Mac Os Mojave. I need to include a file from /usr/local folder, as shared file in Docker's preferences, but the /usr folder is not displayed while browsing the folders. The option to write the…
9
votes
1 answer

MacOS: iterm2, zsh cancelling process with control + c not working, but it works with control + m or control + shift + c

Ok, this is weird. My terminal (iterm2 with zsh) exits a command with control + m or control + shift + c now instead of only control + c. Any ideas on why this is happening? Thanks!
nrion
  • 4,258
  • 4
  • 17
  • 33
9
votes
3 answers

How to install MySQL 5.6 on OSX Mojave?

I need to install MySQL 5.6 on my Mac, running under Mojave. (Because AWS Aurora Serverless only allows MySQL 5.6) That wouldn't be an issue if a .dmg was available, but there are none for MacOS for this particular version, too old I guess? See…
Vadorequest
  • 16,593
  • 24
  • 118
  • 215
9
votes
3 answers

Cannot install any version of ruby on Mojave - internal ranlib command failed

I know there are a few silimar issues to this one, but I cannot find one that matches my issue. I cannot install any version of ruby with either rvm nor rbenv. Both result in the same error. For example, here's an extract for the logs when…
andy
  • 8,775
  • 13
  • 77
  • 122
9
votes
1 answer

How to get the user set computer name using python in MacOS Sierra/High Sierra

The question below has partly been answered, see the Solution section below. So I'm posting this partly to help others and also since the solution I have hasn't really solved the problem yet. Question So, the question is why the hostname as given…
9
votes
4 answers

Brew won't upgrade on Mojave

I have installed: Xcode 10 Command Line Tools (macOS 10.14) for Xcode 10 Beta and Beta 2 macOS_SDK_headers_for_macOS_10.14.pkg using this: sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg…
jimbob
  • 461
  • 2
  • 8
  • 17
8
votes
2 answers

Can not install XCode on Mojave

I am running MacOS 10.14.6 and would like to install XCode into the /Applications folder. Trying to download it using the Appstore, I get the error message "Xcode can't be installed because macOS 10.15.2 or later is required". Hence, I downloaded…
user1934428
  • 19,864
  • 7
  • 42
  • 87