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

macOS Mojave - NSReadPixel is not working

I have subclassed NSImageView to override mouseDown method to get the colour of clicked point and so far it was working fine on all OS versions (up to 10.13.x) but on 10.14 this doesn't seems to be working and I am always getting null colour when…
M P
  • 352
  • 3
  • 14
0
votes
0 answers

How to make the right PHP version on my terminal?

When i run the command 'which php' in terminal, i get this answer : /usr/bin/php When i run 'php -v', i get : PHP 7.1.19 (cli) (built: Aug 17 2018 18:03:17) ( NTS ) This is the bundled PHP in MacOS Mojave. But i actually installed other version…
delphirules
  • 6,443
  • 17
  • 59
  • 108
0
votes
1 answer

MacOS - This disk doesn't use the GUID partition table scheme error

When I try to reinstall MacOS (or to restore a timeMachine backup), on a new (SSD )Hard drive, I get the above error. What should you do?
Antoine
  • 1,206
  • 16
  • 19
0
votes
0 answers

Issue while writing to serial port on MacOS

Background I am trying to write/print to a serial port on MacOS Mojave. Serial port is connected to a thermal printer with ESC/POS emulation. I have used boost::asio::serial_port from boost 1.67.0 for this task. See the following code: #define…
raidensan
  • 1,099
  • 13
  • 31
0
votes
1 answer

Google Cloud Storage upload conflict from web UI

Just recently in the last few days, whenever I use the Google Cloud web interface in Chrome to upload a file into a Storage bucket, I am seeing: I confirm the file DOES NOT exist in the bucket, it is a random file id name. Uploading files into…
Justin
  • 42,716
  • 77
  • 201
  • 296
0
votes
1 answer

Netbeans 8.0.1 not opening on MacOS Mojave

After upgrade to Mojave, Netbeans 8.0.1 is not opening anymore ; it shows the splash screen, but closes right after. It probably has to be with a JDK update; which JDK version it supports and how can i downgrade the JDK Thanks !
delphirules
  • 6,443
  • 17
  • 59
  • 108
0
votes
1 answer

Strange locale problems in RStudio after update to OsX Mojave

I'm having strange problems with R after updating to OsX Mojave. When I start up a RStudio project I get: During startup - Warning messages: 1: Setting LC_CTYPE failed, using "C" 2: Setting LC_COLLATE failed, using "C" 3: Setting LC_TIME failed,…
Bakaburg
  • 3,165
  • 4
  • 32
  • 64
0
votes
2 answers

Rails install suddenly requires concurrent-ruby gem and fails

After a system upgrade to macOS 10.14 I am suddenly unable to install Rails 3.2.5 on Ruby 1.8.7, since a new gem is required now: Concurrent-ruby. I was able to install and use this system on macOS 10.13. Why is concurrent-ruby suddenly a…
SEJU
  • 995
  • 1
  • 9
  • 28
0
votes
0 answers

Netbeans on mac for C not working after updating to Mojave

We use Netbeans for C language at school. Everything was working fine; updated to os Mojave, now it will not compile and I receive the following: cd '/Users/zacheryharper/NetBeansProjects/Ch6HWZacheryHarper' /usr/bin/make -f Makefile CONF=Debug…
0
votes
1 answer

Unable install gems from 'https ://rubygems.org/' after MacOS Mojave update SSL/TLS (?)

I am currently unable to install gems from 'https://rubygems.org/' I recently updated to Mojave and updated and upgraded brew in order to get mysql running again. Now I discovered that I am unable to install gems from rubygems. When trying to…
SEJU
  • 995
  • 1
  • 9
  • 28
0
votes
1 answer

How to archive an array of NSSortDescriptor in Mojave

I had code that was working through High Sierra (10.13), that was successfully archiving and unarchiving an array of sort descriptors to NSData, but the operative calls have now been deprecated in Mojave (10.14). This is the code that…
Dov
  • 15,530
  • 13
  • 76
  • 177
0
votes
1 answer

Mac - Localize plist using pyinstaller

I have a mac app created using pyinstaller. I have added "NSCalendarsUsageDescription", "NSContactsUsageDescription" to Info.plist. This works fine for default english language. Now I want to add Infoplist.string files to localize above strings. I…
Durgaprasad
  • 1,910
  • 2
  • 25
  • 44
0
votes
1 answer

Can't exec 'coremlc' (No such file or directory) for Xcode 10 Beta 6

I am trying to run some projects that use CoreML models in XCode 10 Beta 6 and I am using macOS Mojave Version 10.14 (18A384a). I can't build/run any of the demo projects or even the projects provided by Apple. The models cannot be compiled and I…
nagam11
  • 133
  • 1
  • 9
0
votes
1 answer

How to install iOS 12 simulator in the Xcode 10 beta?

I have a fresh install of Xcode 10.0 beta 6 (10L232m) on macOS Mojave 10.14 beta (18A353d). When I go into Xcode -> Preferences -> Components I only see iOS 8.x through 11.x, the like for tvOS, and watchOS 2.x - 4.x. Everything I have read makes me…
jamie young
  • 1,857
  • 1
  • 14
  • 12
0
votes
0 answers

What could cause UI updates via dispatch_async to fail when called from within a background queue block?

Can anybody see a reason why this code would work fine to update UI: __block NSDictionary *result = nil; dispatch_semaphore_t sema = dispatch_semaphore_create(0); [[SomeService sharedInstance] doSomethingGreatWithReplyBlock:^(NSDictionary *…
Nanunana
  • 321
  • 3
  • 9