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

C++ compiling with MacOS Mojave : fatal error: mpi.h: No such file or directory

My question closely follows the problem reported here: Code::Blocks C++ compiling with MacOS Mojave : fatal error: sys/cdefs.h: No such file or directory (although I am not using CodeBlocks). I had exactly the same problem and reinstalled gcc and…
A. Drew
  • 37
  • 7
0
votes
2 answers

Apple script to bring System Preferences pane to front

I am trying to navigate to security pane in system preferences using below script, if pane is already opened and minimised, script is not able to bring it front. Is there a way along with activation , I can bring it to front tell application…
MacDeveloper
  • 1,334
  • 3
  • 16
  • 49
0
votes
3 answers

XAMPP Errors on Mac OS X Mojave

I am running MacOS Mojave 10.14 with XAMPP 7.2.5 Earlier today, I tried to start up XAMPP after a crash/restart. XAMPP Manager was unable to start the MYSQL Server. Apache did start correctly. Figuring there was a potential corruption, I used my…
Steve1754a
  • 197
  • 1
  • 9
0
votes
1 answer

PyOpenCL fails to build program on MacOS Mojave

So I'm trying to run a program using silx.image.sift, which uses pyopencl. While running the software, I ran into a problem building the openCL program and I've isolated the program to the following code which reproduces the error: import numpy as…
JoeVictor
  • 1,806
  • 1
  • 17
  • 38
0
votes
1 answer

Unable to find definition for this Carbon/Apple Events Error

Can anyone tell me where I can find Carbon Error -1743? I have an AppleEvent I'm sending from one app to another that's worked up to this point but fails in Mojave.
iluvcapra
  • 9,436
  • 2
  • 30
  • 32
0
votes
1 answer

brew mysqld not starting

Mac OSX Mojave. I have mysql@5.6 installed with brew. I have run brew link --force mysql@5.6. $ cat /Users/me/Library/LaunchAgents/homebrew.mxcl.mysql@5.6.plist
user31415629
  • 925
  • 6
  • 25
0
votes
1 answer

How to make sure to agree to GIT license agreement in VS CODE source control module (SCM) on Mac OS mojave?

After updating Mac os to Mojave, vs code does not anymore detect git as default source control. I added "git.path": "/usr/bin" in user settings. Others on stack overflow suggest to accept git license cond. but it does not pop up upon launching…
Dave D.
  • 737
  • 3
  • 10
  • 23
0
votes
2 answers

Install phalcon on macOS Mojave

I've just upgraded to Mojave and am trying to install phalcon, it was smooth installation with standard compile installation on macOS previous version (High Sierra), git clone git://github.com/phalcon/cphalcon.git cd cphalcon/build sudo…
user1377324
  • 165
  • 2
  • 14
0
votes
1 answer

PHP and phpMyAdmin is not working after updating to iMac OS Mojave, Catalina

You dont have enough permission to access /phpmyadmin/ on this server. after updating to mac os Mojave when I browse to http://localhost/phpmyadmin/index.php I get the index.php file as text. so php isn't working but when I was running php on…
noone
  • 6,168
  • 2
  • 42
  • 51
0
votes
0 answers

MySql databases are deleted after upgrading mac os to Mojave

I had mysql installed on my mac os high sierra and it had some databases created on it. When i upgraded my operating system to mac os Mojave and connected phpmyadmin to mysql i've found that my databases are not there anymore. Is there a way to…
user1673892
  • 409
  • 2
  • 5
  • 17
0
votes
2 answers

DarkMode doesn't work on Mojave when exported from archive

I use Xcode 10 and added all required stuff for DarkMode support. When I run the project on Mojave everything works. But when I archive and distribute the app using Xcode 10 on HighSierra, then my app doesn't appear in dark mode on Mojave. Shouldn't…
0
votes
1 answer

NSButton attributedTitle changes color on button down

I created a Cocoa app with a button on it, having the "Check" style and "Switch" type. It is set to a custom class MyButton: @interface MyButton : NSButton - (void)awakeFromNib; @end This custom class sets attributedTitle: @implementation…
phimuemue
  • 34,669
  • 9
  • 84
  • 115
0
votes
1 answer

NSScrollView in a popup became transparent under MacOS Mojave

In a view displayed as a Popover, I implement a help subview (a NSView with a NSScrollView as a subview) that appears when user click on a button. With Sierra & High Sierra, everything was all right, but since I upgraded the dev MacPro to Mojave,…
Denis
  • 775
  • 7
  • 22
0
votes
1 answer

gmp error: cannot determine how to define a 32-bit word

I'm trying to build the recent version of GMP 6.1.2 on macOS Mojave, but during ./configure I get this: $ ../configure --prefix=/usr/local/gcc-8.2 --enable-cxx gmp_cv_asm_underscore=yes ... checking how to define a 32-bit word... /usr/local/bin/nm:…
Verloren
  • 859
  • 1
  • 8
  • 18
0
votes
1 answer

root user can't delete file

I've enabled root user in my mac using the latest Mojave. I am trying to delete a folder with it but for some reason I get the error "Permission denied". I thought root could do anything on a unix system? sh-3.2# whoami root sh-3.2#…
ruipacheco
  • 15,025
  • 19
  • 82
  • 138