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

Core dump files are not getting created on MacOS Mojave 10.14

I've been bashing my head on this as I feel as if I'm running around in circles. I've tried the following commands in a terminal session: ulimit -c unlimited launchctl limit core unlimited launchctl limit core unlimited unlimited sysctl -w…
Seb
  • 3,414
  • 10
  • 73
  • 106
7
votes
1 answer

Why doesn’t NSFetchRequest.shouldRefreshRefetchedObjects work?

I’m trying to update and save a managed object in one context and then access the updated attribute value in another context. The documentation for shouldRefreshRefetchedObjects says: By default when you fetch objects, they maintain their current …
Michael Tsai
  • 1,945
  • 17
  • 41
7
votes
1 answer

How to set background image in MacOS Mojave pkg installer using productbuild?

I'm using productbuild to create a .pkg installer for MacOS Mojave. I've read the schema reference for the Distribution.xml file. I am successfully using this to include a custom welcome. Therefore I know my resource path is being used correctly…
spartygw
  • 3,289
  • 2
  • 27
  • 51
7
votes
1 answer

What is CoreMediaIo DAL virtual camera alternative in macOS Mojave

I try to implement the virtual camera using CoreMediaIO DAL plugin, the virtual device won't show up in Mojave with Photo Booth and other application, is CoreMediaIO plugin method deprecated in Mojave? what is the replacement? The virtual camera I…
Steven
  • 468
  • 4
  • 14
7
votes
1 answer

Delays in freeing disk space with Dropbox Smart Sync on MacOS/APFS - what dangers lurk?

As explained by Dropbox, Smart Sync is a feature "that helps you save space on your hard drive. Access every file and folder in your Dropbox account from your computer, using virtually no hard drive space. ... With Smart Sync, content on your…
Tom Baker
  • 683
  • 5
  • 17
7
votes
2 answers

Mac OS Mojave downgrade PHP 7.3 to 7.2.14

I have installed PHP 7.2.14 with brew. brew install php@7.2 On CLI I have already the 7.2.14 version, but not on Apache. What should I do, so I can remove 7.3 from my Mac and use only 7.2.14
Mutatos
  • 1,675
  • 4
  • 25
  • 55
7
votes
2 answers

How to compile and use php extensions on Mac OS Mojave

I have just installed the new OSX Mojave and as you know it comes with PHP 7.1.19 pre installed with just few extensions available. First of all, I am not a fan of homebrew or any other package managers as well as disabling security utils i.e.…
Pooya Raki
  • 219
  • 1
  • 3
  • 17
7
votes
3 answers

Node and npm too slow to start after install of macOS Mojave

Actually, before macOS Mojave, node/npm would start immediately, and then depending on the task would take their time (10-20 seconds to finish ng start ). After upgrading to macOS Mojave, it takes 30-45 seconds to start the process, then 10-20…
smorhaim
  • 778
  • 1
  • 9
  • 24
7
votes
2 answers

An error occurred while installing nokogiri (1.6.6.2), and Bundler cannot continue

While executing sudo bundle install I am getting the following error. Gem files will remain installed in /Users/madhakul/Documents/Inshort/puurna/vendor/cache/ruby/2.3.0/gems/nokogiri-1.6.6.2 for inspection. Results logged…
7
votes
5 answers

can't install mysqlclient on mac os x mojave

I'm trying to install mysqlclient on mac os x mojave: sudo pip3 install mysqlclient I get the following error: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes…
Atma
  • 29,141
  • 56
  • 198
  • 299
7
votes
3 answers

MacOS clang via Homebrew broken under Mojave `wchar.h`

Unsurprisingly the new update of OSX Mojave broke my llvm installation in Homebrew, these are the steps I tried: xcode-select --install # Complained, so I installed commandLineTools from here https://developer.apple.com/download/more/ xcode-select…
rausted
  • 951
  • 5
  • 21
7
votes
1 answer

How to manually create dynamic (dark/light) NSImage instances?

It seems in macOS 10.14 Mojave, the only way to create NSImage instances that automatically draw a light and dark version is via asset catalogs and +[NSImage imageNamed:]. However, I need to create dynamic images at runtime and there doesn't seem to…
DarkDust
  • 90,870
  • 19
  • 190
  • 224
7
votes
2 answers

bad font rendering in sublime text 3 on macOS Mojave

After upgrading to macOS Mojave the font rendering in Sublime Text 3 is not working correctly.
max
  • 783
  • 6
  • 22
7
votes
2 answers

NSCameraUsageDescription needed for C++ projects in Xcode for MacOS Mojave

I am trying to run OpenCV projects in Xcode and it seems like there's a new need to provide an info.plist for C++ applications NSCameraUsageDescription. 2018-09-28 00:03:15.181948+0800 k_nearest_detector_v2[23505:710470] [access] This app has…
lws803
  • 907
  • 2
  • 10
  • 21
7
votes
1 answer

After update to MacOs Mojave Visual Studio Code text is almost unreadable (dimmed)

I have just installed MacOs Mojave... And when I opened Visual Studio Code... Surprise! The text it's kind of dimmed with less contrast, specially on the external display. The result is that the code it's hard to read. It seemed related to the mode,…
David
  • 4,336
  • 2
  • 23
  • 31