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
0 answers

Can't install ODBC to run PYODBC in Mac OS Mojave

I'm trying to use the pyodbc library on my MacBook Pro running Mac OS X Mojave. However, I can't install the driver properly. I've followed the pyodbc guide here but I can't reproduce the results on the page. I am able to run the command : tsql…
Sathya
  • 155
  • 1
  • 5
  • 18
0
votes
1 answer

Eclipse 4.4 quit unexpectedly on MacOS - works when run from terminal

I'm using a 2017 MacBook Pro with macOS Mojave version 10.14.3. I'm trying to install Eclipse 4.4 in order to use the GGTS plugin. I downloaded the installation file from eclipse home page and unzipped it to a folder named "eclipse", by default. I…
Tung
  • 5
  • 1
  • 7
0
votes
1 answer

How to install pear/pecl/xdebug for php using macports

I have a PHP setup using macports, on MacOS Mojave. I have just upgraded from 5.6 to 7.3; everything is working fine except that I need xdebug, which requires pecl, which requires pear, and I don't have a working copy of pear any more. I've found…
xgretsch
  • 1,294
  • 13
  • 15
0
votes
1 answer

MacOS Mojave UNNotificationAttachment thumbnail not showing up in notifications

This is the (simplified) code I am trying to run. The image file exists and the app does not crash. What happens in that the image is deleted from the location as mentioned in the documentation for UserNotifications. However, the image thumbnail…
Crazy-Fool
  • 96
  • 1
  • 13
0
votes
0 answers

Mysql 8 with brew Mojave issue after restart OS

My problem: After reboot my Mac, I can not connect to mysql either with WorkBench or the terminal. When I try witch the terminal, sometimes it shows me correctly my bases / tables, sometimes it makes me a mistake. When I open workbench and connect…
Eöras
  • 105
  • 2
  • 10
0
votes
3 answers

My groff install doesn't have -k flag or preconv, what to do?

I am a newbie at using unix tools, but I really want to use groff. However, problem is I write in spanish, and some accents aren't rendered right on the final pdf. When I use groff -mom -m pdfmark doc | ps2pdf - doc.pdf. I get this kind of mistakes…
J_A_code
  • 25
  • 5
0
votes
0 answers

PHP 7.1 ext-intl* issue with Mac Mojave

I bought new mac book air, and I want to set up PHP for working on some projects of mine. So, I want to install apiato framework and this is the error that I get from terminal: Zdravkos-MacBook-Air:Desktop zdravkolukic$ composer create-project…
Zdrave
  • 1
  • 1
0
votes
1 answer

Java wont uninstall on mac OS(Mojave)

i have followed this procedure as per documentation by java sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane sudo rm -fr ~/Library/Application\ Support/Oracle/Java but…
Siddharth Koya
  • 103
  • 3
  • 16
0
votes
0 answers

The Close button of NSColorPanel does not appear under MacOS Mojave, when called from a custom preference pane

Under Mojave, and under the System preferences custom pane of my screensaver, the Close button of [NSColorPanel sharedColorPanel] is not visible. I am asking for your help/advice to bring it back. I am using [NSColorPanel sharedColorPanel] to let…
Mike
  • 436
  • 5
  • 9
0
votes
1 answer

Bootcamp OSX Mojave - cannot open any files on windows partition - dot_clean error

I am (once again) experiencing the -36 error saying that some files cannot be read or written, which I suspect must be a side-effect of my recent OSX Mojave update. Google tells me that error can be fixed by running dot_clean in Terminal and point…
Armitage2k
  • 1,164
  • 2
  • 27
  • 59
0
votes
0 answers

Reduce size core dumps MacOS

I am working on an application for MacOS. There I would like to store core dumps. But doing some tests I have seen that core files generated for MacOS are huge (more than 1 GB). Is there any way, programatically to tell OS to generate smaller core…
RuLoViC
  • 825
  • 7
  • 23
0
votes
1 answer

How to use System Icons in an Xcode AppleScript application?

Is there any way to use the System icons, located in:/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ without having to add them to the Resource folder of my project in an application with AppleSript?
TheOnlyOneHere
  • 115
  • 1
  • 10
0
votes
1 answer

Xdebug and Atom does not work after upgrade to MacOs Mojave

Xdebug (v2.6.1) for Atom (v1.34.0) is not working anymore (breakpoints are not fired at all) after the upgrade to mac-os Mojave. I was able to configure it successfully with High Sierra but after the upgrade I had problems with the httpd.conf of…
0
votes
1 answer

Failed to open macos disk image file using virtual box

At the outset I would like to thank you who ever answers this question. I am getting the following error message while opening a mac os .dmg file using virtual box.(I am trying to run a mac os(mojave) using virtual box on a windows 10 machine with…
user10895905
  • 69
  • 11
0
votes
1 answer

Impossible to install Nokogiri in Rails app Since OSX Mojave 10.14.2

Since the recent update (10.14.2) Nokogiri gem cannot be installed in my app. When I run bundle install, I get this error: ./siteconf20190109-70456-1diyett.rb extconf.rb --use-system-libraries checking if the C compiler accepts -march=core2…
Charbell
  • 25
  • 10