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
19
votes
4 answers

Repeated request for microphone permission on iOS Simulator

I'm working with Xcode 10.1 (10B61) on an app that needs permission to use the microphone. (Almost) Every time I start the app from Xcode (in simulator) I get a system popup: "Appname" would like to access the microphone "Privacy - Microphone…
benrudhart
  • 1,406
  • 2
  • 13
  • 25
18
votes
4 answers

Homebrew upgrade drops PHP: dyld: Library not loaded: /usr/local/opt/libpsl/lib/libpsl.5.dylib

Today I upgraded Homebrew and this causes PHP versions (7.2 - 7.3) to be dropped. the following error is shown whenever I try to reinstall them: dyld: Library not loaded: /usr/local/opt/libpsl/lib/libpsl.5.dylib Referenced from:…
Yamen Ashraf
  • 2,637
  • 2
  • 20
  • 26
18
votes
2 answers

iOS Simulator Crash on Xcode 10

Today, I've updated my iMac to macOS Mojave from macOS High Sierra. Since then I'm not able to open simulator. Every time I tried to open the simulator that crashes immediately. Whenever I tried to run the simulator via Xcode then Xcode shows this…
Vineet Choudhary
  • 7,433
  • 4
  • 45
  • 72
16
votes
8 answers

Error running Sharp inside AWS Lambda function: darwin-x64' binaries cannot be used on the 'linux-x64' platform

When attempting to run sharp inside an AWS Lambda function, I keep getting the following error: darwin-x64' binaries cannot be used on the 'linux-x64' platform. Please remove the 'node_modules/sharp/vendor' directory and run 'npm install' I…
Keith Harris
  • 1,118
  • 3
  • 13
  • 25
16
votes
3 answers

SDKMAN! does not work with Eclipse.app or SpringToolSuite4.app (on Mac)

This is a similar issue to: Eclipse can't find jdk installed with sdkman I am still facing the issue on Mac (macos-mojave) Both of my /usr/bin/java /usr/bin/javac are pointing…
nevenc
  • 534
  • 1
  • 4
  • 10
16
votes
2 answers

macOS Mojave Custom Dynamic Wallpaper

I've found that the default (and only) dynamic wallpaper in macOS Mojave Beta is in /Library/Desktop Pictures/. The file in question is called "Mojave (Dynamic).heic" I imagine that the file itself is probably some sort of mapping/dictionary from…
Artyom Pstygo
  • 161
  • 1
  • 1
  • 3
15
votes
4 answers

ld: library not found for -lssl while installing mysql2 gem

I changed mysql2 version in my project's Gemfile from 0.3.20 to 0.5.2. When I run bundle update mysql2 I get the following error: Fetching mysql2 0.5.2 (was 0.3.21) Installing mysql2 0.5.2 (was 0.3.21) with native extensions Gem::Ext::BuildError:…
Hirurg103
  • 4,783
  • 2
  • 34
  • 50
15
votes
3 answers

Where are the C headers in MacOS Mojave?

It seems that Apple keeps on moving their tools around and the old solution of installing the command line tools are with using xcode-select --install doesn't work. In Mojave, xcode-select doesn't install anything anymore (the GUI always fails to…
Matthieu Brucher
  • 21,634
  • 7
  • 38
  • 62
15
votes
1 answer

Updated to Xcode 10.1 on Mojave and now my app always asks to use the microphone

I am running a AVAudioSession which I suspect is activating the microphone request, but I only use it for sounds and music. When running Xcode 10.1 Simulator on macOS Mojave, why does it activate a request to access the microphone? I haven't written…
MrCoinOp
  • 151
  • 6
15
votes
2 answers

ntpdate command not found in MacOS Mojave

I have a Bash script who update the time of my mac but since the update of Mojave the command isn't found: ntpdate -u time.apple.com return : ntpdate: command not found Where am I going wrong?
Louis Brahmi
  • 834
  • 2
  • 9
  • 21
15
votes
6 answers

XAMPP 7.2.10-0 macOS Mojave - No button label are visible

I installed the new version of XAMPP for Apple Mac OS, that is 7.2.10-0. When I open the manager-osx the label of button aren't visible. Below is a photo of my manager-osx. Can you help me?
a.tarparelli
  • 187
  • 1
  • 7
15
votes
0 answers

XAMPP Manager-OSX Error on Mojave Upgrade

Just upgraded Mac to MacOS Mojave 10.14. Running XAMPP 7.2.5. On startup, XAMPP Manager-OSX generates error message and is now missing button labels. Any thoughts on how to resolve?
Steve1754a
  • 197
  • 1
  • 9
15
votes
11 answers

Mac Mojave + opengl

Mac OS 10.14 Mojave was just released, and since June, we've known that OpenGL was to be deprecated in the OS. "OpenGL applications will continue to run, but you should switch to Metal," to paraphrase. However, there doesn't seem to be any…
synchronizer
  • 1,955
  • 1
  • 14
  • 37
15
votes
3 answers

Xcode - Hardened Runtime is not enabled

I'm trying to submit my app to Apple for notarized using Xcode 10 GM. But I'm getting this error - Hardened Runtime is not enabled. "AppBox.app" must be rebuilt with support for the Hardened Runtime. Enable the Hardened Runtime capability in the…
Vineet Choudhary
  • 7,433
  • 4
  • 45
  • 72
14
votes
3 answers

dyld: Library not loaded: /usr/local/gfortran/lib/libgfortran.3.dylib Reason: image not found

I have tried many workarounds (brew upgrade/update, brew doctor, reinstalling gcc and gfortran, exporting libraries path etc.) to solve this issues, but none of them succeeded. When I try to execute a Fortran executable I get the same error message:…
Roland
  • 427
  • 1
  • 4
  • 15
1 2
3
61 62