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
0
votes
1 answer

using levmar libraries on MacOS Mojave 10.14.2 results in compilation error

I would like to use the levmar libraries on MacOS X Mojave. In order to compile the libraries I had to first compile the f2c libraries which goes without an error and then use that for the compilation of levmar libraries via cmake. All these compile…
Zolo
  • 27
  • 8
0
votes
0 answers

after upgrading to macOS Mojave, git isn't detecting changes

So, firstly git wasn't even detected as being initialized in my repos. That was fixed running this command: xcode-select --install this got git back up and running, but now I'm having a more specific problem. I have a git repo where I merged…
walleggy
  • 11
  • 1
0
votes
0 answers

PHP mysteries in Mac OS X Mojave

I am on my Mac OS X Mojave. I don't know why my PHP has diff versions. php --version , I got PHP 7.1.4 (cli) (built: May 6 2017 10:02:00) ( NTS ) Copyright (c) 1997-2017 The PHP Group …
code-8
  • 54,650
  • 106
  • 352
  • 604
0
votes
1 answer

libatomic is missing on macOS Mojave 10.14.2

Trying to build mongodb 4.1.6 (the latest) from source on macOS Mojave (10.14.2) is giving configuration error. Some libatomic is missing. I tried searching for the solution on the web but none has worked so far. Solution that looked most promising…
dibyendu
  • 515
  • 1
  • 5
  • 16
0
votes
2 answers

macOS Mojave : Is there any way to debug an app in dark mode?

I use macOS in Light Mode. I do not like the dark mode. I am using Xcode. Everything is in light mode and everybody is happy. I am creating a macOS app and I would like to test the app in dark mode. Is there a way to pass an argument or something to…
Duck
  • 34,902
  • 47
  • 248
  • 470
0
votes
1 answer

Can't Restart Apache 2 on Mac OS X Mojave

I used to be able to run this command before upgrading to Mac OS X Mojave. $ sudo apachectl -k restart Now, I kept getting httpd: Syntax error on line 537 of /private/etc/apache2/httpd.conf: Syntax error on line 8 of…
code-8
  • 54,650
  • 106
  • 352
  • 604
0
votes
2 answers

MacOS Mojave terminal's font does not change. It shows every user installed font as Helvetica

I have a Macbook Pro 15" 2018 with MacOS Mojave. I use vim and tmux and I had my terminal font set to one of powerline fonts. Everything was working fine but when I tried to change the font today out of sudden, it shows every powerline and user…
Amin
  • 177
  • 1
  • 2
  • 11
0
votes
0 answers

CMD + r not working in Xcode version 10.1 in Mojave (10.14.2)

After updating the Xcode ⌘R not working in Mojave (10.14.2). I have downloaded the Xcode the latest Xcode and updated the Mac OS X version also Mac OS X version: 10.14.2 Xcode Version: 10.1
sejn
  • 2,040
  • 6
  • 28
  • 82
0
votes
1 answer

How do I move docker vm to SD card?

My mac is running out of disk space. I have a 256GB SD card which is always inserted (I never take it out). Can I configure 'Docker for Mac' to store all of its images/containers/configuration/... in the SD card instead of ~/Library/..? Thank you.
user674669
  • 10,681
  • 15
  • 72
  • 105
0
votes
1 answer

Android Studio Not opening in Mac OS Mojave

I have updated my Mac To Mojave . I then downloaded and installed android studio . Every time I open it it closes immediately giving this as an error response. This is the error I receive: Any solutions to this or should I downgrade back to High…
0
votes
0 answers

homebrew not recognizing proper xcode version on Mojave

When I run: brew install graphviz I see this error: Error: Your Xcode (1) is too outdated. Please update to Xcode 8.3.1 (or delete it). Xcode can be updated from https://developer.apple.com/download/more/ Error: Your Command Line Tools are too…
wuliwong
  • 4,238
  • 9
  • 41
  • 69
0
votes
2 answers

'iTunesLibrary/ITLibDefines.h' file not found

I have a little Swift project that talks to iTunes on macOS. The project built perfectly under macOS 10.13 with XCode 9, but ever since updating to 10.14 and XCode 10 compiling fails with the following message: :1:9: note: in file…
Hendrik
  • 5,085
  • 24
  • 56
0
votes
0 answers

Get MacOS process pid

I am working on MacOs application. There I would need to get process pid. Is there any way to get that pid starting from bundle id or app name? I am using C/C++ so Objective-c is not an option now Thanks in advance
RuLoViC
  • 825
  • 7
  • 23
0
votes
1 answer

Java 7 supported Application crashes on Mojave

My application supported on jdk1.7.0_76 JavaFx2.2.76_b13 Netbeans IDE It's running successfully till Mac-OSX-HighSierra. When I tried to run this application on Mojave using Netbeans the application crashes and giving following error. Launching…
0
votes
1 answer

Users not showing at login screen with MacOS FileVault Enabled

After adding a new user, it seems that the user does not show at the login screen. This issue came up after FileVault was enabled.
Rezwan Azfar Haleem
  • 1,198
  • 13
  • 23