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

Mac homebrew Idle3.7.1 Crashes on Mojave 10.14 Beta

When I open idle through the terminal, idle opens fine but as soon as I try to scroll over the idle window or make any slightly quick movements of the idle window, it immediately crashes with error: Traceback (most recent call last): File…
Reyes
  • 1
  • 1
0
votes
1 answer

Installing Charm++ on macOS Mojave

I am trying to install Charm++ on the latest version of macOS 10.14. Following this http://charm.cs.illinois.edu/manuals/html/charm++/A.html, when I try and do ./build charm++ netlrts-darwin-x86_64 --with-production -j8 I get this error: configure:…
Youssef Moawad
  • 2,846
  • 5
  • 28
  • 50
0
votes
1 answer

Can't access MLDataTable columns by name

I created a MLDataTable by reading in a CSV. When I print the MLDataTable, it appears to have column names. Columns: data_id integer iso integer event_id_cnty string event_id_no_cnty integer ... but when I try to…
忙进忙出
  • 13
  • 1
  • 1
  • 5
0
votes
1 answer

macOS Mojave 10.14 apache-tomcat-9.0.13 gives error when running in eclipse 2018-09 (4.9.0)

Facing issue as mentioned in 'Title', tried all related answers like updating the WTP, and removing section from 'Apache -> arguments -> VM Arguments' in Eclipse Tomcat configuration: "…
Abbas
  • 21
  • 1
  • 2
0
votes
1 answer

MacOS Mojave limits Mail directory access due to new security features

This weekend I upgraded to Mojave 10.14. MacOS introduced new security features in this Mojave 10.14 release. One feature identifies applications attempting to copy, modify, or use certain files and services. Cleverly done by Apple but I believe…
Crooner
  • 61
  • 6
0
votes
1 answer

Integration Visual Paradigm 15.1 into Netbeans 9 failed. on Mac OS 10.14.1Help please

Integration Visual Paradigm 15.1 into Netbeans 9,JDK 11.01.1, on Mac OS Mojave 10.14.1: according to Netbeans integration in Visual Paradigm,IDE Netbeans worked, but VP is not visible in Netbeans. Not visible in tools nor anywhere else in Netbeans.…
0
votes
0 answers

php scripts with curl or file_get_contents results in ERR_EMPTY_RESPONSE in MacOSX Mojave

I recently upgraded on to MacOsx mojave then, suddenly php script not working anymore. if I use real urls, but if I use localhost it works. $homepage = file_get_contents('http://www.example.com/'); results in This page isn’t working…
Boy
  • 582
  • 1
  • 5
  • 22
0
votes
1 answer

vcpkg fatal error: 'muParser.h' file not found even though the file exists

I have OS X Mojave. I'm trying out vcpkg and even though I installed muParser and it exists at ‎⁨Macintosh HD⁩ ▸ ⁨Users⁩ ▸ ⁨dchambers⁩ ▸ ⁨vcpkg⁩ ▸ ⁨installed⁩ ▸ ⁨x64-osx⁩ ▸ ⁨include⁩ AND I get no red underlining on #include "muParser.h" but DO on a…
Dave Chambers
  • 2,483
  • 2
  • 32
  • 55
0
votes
0 answers

Modifying TCC.db on MacOS Mojave

I am working on MacOS application which needs to get name of active window. Application is written in Qt/C++. To get the active window and the name of it I am using AppleScript. Is this the best way to achieve this? On MacOS Mojave I have been read…
RuLoViC
  • 825
  • 7
  • 23
0
votes
1 answer

"Hardened Runtime is not enabled."

I enabled it. But it's still giving me the same error. I'm trying to get this app notorized by Apple.
ninjaneer
  • 6,951
  • 8
  • 60
  • 104
0
votes
1 answer

When running git status the following error happens after Mojave update: "xcrun: error: invalid active developer path"

I've tried running: 1) xcode-select --reset 2) xcode-select --install But I still get:
Mason0958
  • 39
  • 11
0
votes
1 answer

SIGSEGV signal while executing "Eclipse Application" run configuration for my Xtext project

Since my computer has been updated to Mojave (macOS), I get the following error when I am trying to execute an Xtext project (Run As -> Eclipse Application): A fatal error has been detected by the Java Runtime Environment: SIGSEGV (0xb) at…
L. Mouline
  • 21
  • 5
0
votes
0 answers

Letting a nested enum, passed as generic to superclass, conform to a protocol inline with its declaration results in infinite compiling

TL;DR I found a bug in Swift compiler with nested enums and protocol conformance. Scroll down to Edit 3. Original post: I'm really frustrated... Xcode 10 just broke the other day. Not sure what triggered it. I was running 10.14.0 and Xcode 10.0 and…
Sajjon
  • 8,938
  • 5
  • 60
  • 94
0
votes
1 answer

Xcode 10 build fail rm permission denied in /bin/sh/

I recently update my system to Xcode: 10 OSX : Mojave 10.14 For few days my iOS development works fine, but suddenly start facing following issues. dyld: Library not loaded: @rpath/Appsee.framework/Appsee Referenced from:…
Amit Battan
  • 2,968
  • 2
  • 32
  • 68
0
votes
1 answer

how to close an active document in Mac OS using shell script

I am closing active document using apple script as below tell application "Microsoft Word" activate try if not (exists active document) then error number -128 close active…
MacDeveloper
  • 1,334
  • 3
  • 16
  • 49