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
123
votes
23 answers

macOS Mojave 'ruby/config.h' file not found

When I try to build vim(8.1.0509) with ruby support(--enable-rubyinterp) on macOS Mojave(10.14.1) I get error: In file included from…
maksimr
  • 4,891
  • 2
  • 23
  • 22
89
votes
6 answers

Cannot install Xcode 10 Network Link Conditioner in macOS Mojave

I'm using the final version of Xcode 10 on macOS Mojave beta 11. I downloaded the Additional Tools for Xcode 10 package from Apple's website. When I try to install the Network Link Conditioner Preference Pane, Settings.app displays this…
Tamás Sengel
  • 55,884
  • 29
  • 169
  • 223
62
votes
4 answers

Git: Error: Unable to read SDK settings for MacOSX.sdk

Error while adding in git after updating to new OS Mojave Error git: error: unable to read SDK settings for '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' Error faced in: Device: MacBook Pro (Retina, 13-inch, Early 2013) OS: MacOS…
Prajnaranjan Das
  • 1,378
  • 1
  • 9
  • 26
57
votes
14 answers

macOS Mojave, Automator “Not authorized to send Apple events to System Events.”

After I updated to Mojave, I can no longer use the automator service I've previously been using with the alert below. In Security & Privacy, I already checked AppleScript Editor. Do you see any problem with my code or is this the problem of the…
Travelholics
  • 868
  • 1
  • 6
  • 9
51
votes
8 answers

iOS Simulator would like to access microphone every time

Since the update to macOS Mojave, I get this alert every time I run on the simulator: "" would like to access the microphone. It is stopping the simulator from running! How can I stop it?
Udi Levy
  • 611
  • 1
  • 6
  • 7
37
votes
3 answers

Emacs error "Failed to initialize color list unarchiver" when I call it in the terminal

I've just installed emacs on my MacBook Pro, but when I type "emacs" in my terminal I get this error : Emacs-x86_64-10_10[5647:247335] Failed to initialize color list unarchiver: Error Domain=NSCocoaErrorDomain Code=4864 "* -[NSKeyedUnarchiver…
alex
  • 380
  • 3
  • 8
36
votes
7 answers

Unable to load Info.plist error Xcode 10 under macOS 10.14 Mojave

I got this error message while running my app from within Xcode and the Archived exported app do NOT execute under macOS 10.14 [default] Unable to load Info.plist exceptions (eGPUOverrides) BTW, change Xcode's File -> Project Settings -> Build…
Jiulong Zhao
  • 1,313
  • 1
  • 15
  • 25
36
votes
8 answers

gem install - fatal error: 'ruby/config.h' file not found in Mojave

gem install is failing in MacOs Mojave. Anything that can help me solve this? My ruby version is ruby 2.3.7p456. ➜ sudo gem install json -v '1.8.3' current directory: /Library/Ruby/Gems/2.3.0/gems/json-1.8.3/ext/json/ext/generator make…
SpaceX
  • 555
  • 1
  • 6
  • 16
36
votes
3 answers

Not able to open Xcode 8.3.2 on macOS 10.14 beta

I recently upgraded to new beta version of macOS 10.14 but after installing it when I tried to open my older version of Xcode 8.3.2, every time it gets crashed. Below is its details. Symbol not found: _OBJC_IVAR_$_NSTextViewIvars.sharedData
Rahul Bansal
  • 1,382
  • 15
  • 22
34
votes
4 answers

-bash: aws: command not found

I'm on macOS Mojave Version 10.14.5. I was following the instructions here Installing the AWS CLI when I got to the part to type aws --version in terminal, and got the response -bash: aws: command not found Here's a screenshot of terminal I…
daniel
  • 1,446
  • 3
  • 29
  • 65
33
votes
7 answers

minikube dashboard returns 503 error on macOS

I have recently installed minikube and VirtualBox on a new Mac using homebrew. I am following instructions from the official minikube tutorial. This is how I am starting the cluster - minikube start --vm-driver=hyperkit On running kubectl…
0xC0DED00D
  • 19,522
  • 20
  • 117
  • 184
30
votes
3 answers

Installing xdebug on MacOs Mojave - 'php.h' file not found

I try to install xdebug on MacOs Mojave but get this error /private/tmp/pear/install/xdebug/xdebug.c:25:10: fatal error: 'php.h' file not found Command Line Tools are installed.
Vynder
  • 655
  • 1
  • 6
  • 9
29
votes
1 answer

Cannot debug selected views after upgrade to Xcode 10 + Mac OS Mojave

It seems that after upgrading to Mac OS Mojave + Xcode 10 it's not possible to debug custom views on Xcode, from Editor -> Debug Selected Views menu (see screenshot) Always receiving the same message (see screenshot): Ensure…
lechuckcaptain
  • 1,032
  • 1
  • 9
  • 25
27
votes
3 answers

VirtualBox: VERR_VM_DRIVER_NOT_INSTALLED

I am trying to launch two VMs using docker machine: docker-machine create --driver virtualbox myvm1 docker-machine create --driver virtualbox myvm2 I see the following error in the output: (myvm2) Progress state: NS_ERROR_FAILURE (myvm2)…
Hirurg103
  • 4,783
  • 2
  • 34
  • 50
26
votes
4 answers

Unable to use PHPIZE after update to MacOS Mojave

What i should do when i run PHPIZE and get the error below ? I already installed xcode command line tools. grep: /usr/include/php/main/php.h: No such file or directory grep: /usr/include/php/Zend/zend_modules.h: No such file or directory grep:…
delphirules
  • 6,443
  • 17
  • 59
  • 108
1
2 3
61 62