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

SDL 1.2 and SDL 2.0 show black screen on MACOS Mojave when rendering OpenGL

While working OpenGL code using SDL 1.2 and 2.0 on MAC Mojave, the SDL window is now showing a black screen (It was working perfectly before updating to MACOS Mojave). I googled a solution for a while and I didn't find any. The only thing that…
Raydelto Hernandez
  • 2,200
  • 2
  • 16
  • 11
-2
votes
1 answer

Mac OS - Mojave- wxpython2.8 installation

I have to run software (frontend of multiple R and Python libraries for NLP), that uses wxpython 2.8. My laptop is a Macbook air (Mojave), and I did not succeed in installing wxpython version 2.8. I went to the wxpython to download the dmg of the…
Tristan Salord
  • 57
  • 1
  • 10
-2
votes
2 answers

Error message when installing Ruby on Rails on Mojave

When I try to install Ruby on Rails using the following commands... sudo gem install rails ... I get the following error message: ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the /usr/bin…
Pierre
  • 1
-2
votes
2 answers

when try to run something, permission denied on mac terminal

i compiled a c code and when I try to run it with ./ command, it gives me -bash: ./hw : Permission denied . please help me. note : i use Mac os Mojave. C code: #include int main() { int n; FILE *ptr; ptr = fopen("input.txt",…
-2
votes
1 answer

Unsupported Mac Mojave display Issue

The Mac built-in display is unresponsive to closed lid state and causes external display not to respond to resolution adjustment behavior on an unsupported Mac running macOS Mojave. New Tag Request unsupported-mac & mac-display
-3
votes
1 answer

Does nl have a limit?

I have a file with over 3 million lines, but when I use the nl command, it seems to be limited to 6 digits, and rolls over every million. Is this a defect, or is there a way to work around this?
ergonaut
  • 6,929
  • 1
  • 17
  • 47
-3
votes
1 answer

Mac OS X Mojave problem in facebook chrome

I've updated my Mac to Mac OS X Mojave beta 10.14.1 and I'm having a problem of using Facebook and draw.io in Chrome. Both websites do not work I can't scroll down or chat. I have experienced some website and most are not working.
Khalil Mebarkia
  • 159
  • 3
  • 10
-3
votes
1 answer

Virtualbox 5.1.6 issue on MacOS Mojave

Anybody encountered this issue after updating to Mac OS Mojave?
tom_cruz
  • 411
  • 1
  • 6
  • 15
-4
votes
1 answer

Shell code to run Google Chrome from an UNIX terminal at MAC OS X

Is there some code I could use to run Google Chrome from terminal? My idea is to save some frequent links saved as alias to check them from time to time.
herbNotz
  • 21
  • 7
-4
votes
1 answer

Is there a way to pass a variable after 5 seconds?

I'm creating a desktop app with Swift and I need to pass a stop boolean after 5 seconds. How do I do this?
1 2 3
61
62