Questions tagged [macos-catalina]

The sixteenth release of Apple's desktop and server operating system for Macintosh computers. Use this tag only if your question relates to using macOS Catalina APIs or macOS Catalina specific behavior. Questions relating to using or troubleshooting macOS are off-topic.

macOS Catalina is the sixteenth major release of macOS, Apple's desktop operating system for Macintosh computers. It is the successor to the 2018's macOS Mojave, and was announced at WWDC 2019 on June 3, 2019 and released to the public on October 7, 2019. Catalina is the first version of macOS to support only 64-bit applications and the first to include Activation Lock.

1503 questions
-1
votes
1 answer

clBuildProgram() always returns -11 on Mac (Catalina) using clang; clGetProgramBuildInfo() returns empty string

I have a 2019 MacBook Pro running macOS Catalina (10.16.7), the machine has an AMD Radeon Pro 5300M along with onboard Intel UHD Graphics. I'm trying to build a "Hello World" OpenCL program using Clang (I'm able to query platform and device…
stonea
  • 405
  • 2
  • 17
-1
votes
1 answer

How to get the reason for macOS Catalina regular restart?

I know, that my remote MacOS restarts daily at the same time (9:30AM). Energy Saver contains only "Start up or wake" scheduled to 07:45AM. I checked the logs for "Previous shutdown cause" by doinglog show --predicate 'eventMessage contains…
user1271551
  • 97
  • 2
  • 9
-1
votes
1 answer

error running a code of openMP on macOS catalina 2

I just installed openMP just running brew install gcc Then I compiled my code using gcc-10 -o task -fopenmp task.c However I got the error message: Undefined symbols for architecture x86_64: "_main", referenced from: implicit entry/start for…
luca_z
  • 1
  • 2
-1
votes
1 answer

LOAD DATA FROM CSV FILE

I am using MacOS for Catalina MySQL. When I enter the following in Terminal mysql> LOAD DATA INFILE ‘/Users/MyData/MDRC/Bible Modules/Crosswire_kjv_002.csv’ INTO TABLE tbl_texts_kjv_from_csv FIELDS TERMINATED BY ','; the response is: ERROR 1064…
-1
votes
1 answer

Is there a way to not write 'sudo' for using git in macOS?

I'm on macOS Catalina, every time I use git commands I have to use sudo git $CMD; without it the errors like unable to access '/Users/$USER/.config/git/...': Permission Denied persists. I would like to fix this globally such that I don't have to…
-1
votes
1 answer

How to identify the virus or process

I have noted unauthorized access to my router (default gateway) from my PC (Catalina iMac). I am investigating this because we have several Mac PCs that are having the same behavior. I would like to identify the virus or process that is causing this…
Yuri
  • 57
  • 1
  • 7
-1
votes
1 answer

Installing command line developer tools for Xcode 12.2

I need to install the command line developer tools for Xcode 12.2 on a fresh upgrade to macOS Catalina. Whether I install command line developer tools by clicking Install when I get: after typing swift in a Terminal window, or I install…
Calaf
  • 10,113
  • 15
  • 57
  • 120
-1
votes
1 answer

Why is Glew not finding OpenGL headers in MacOS Catalina?

Upgrading to Catalina has broken my build and three days of searching has not solved the problem. The code worked fine pre-Catalina. The specific error I'm getting is /usr/local/include/GL/glew.h:1217:14: fatal error: 'OpenGL/glu.h' file not…
-1
votes
1 answer

AppleScript Quick Action Services Shortcut issue - MacOS Catalina

Running on: MacOS Catalina 10.15.5 I made a Quick Action in Automator and it works just fine. In fact, I've been using it for a few years. The code in the action itself is not the problem, nor is it allowing accessibility/controls in system…
-1
votes
1 answer

How to create terminal shortcuts (ssh shortcuts) on Mac OS Catalina (zsh)

Can't find many resources on this. With Mac OS Catalina, the default shell switched from bash to zsh. I want to edit .zshrc so I can add some ssh shortcuts (and avoid having to copy/paste my ssh command from a text file every morning). I can't find…
-1
votes
1 answer

Python 3 already installed but python -V returns python 2

I tried to install python 3 using home-brew. It tells me that it's already installed. Whenever I run a python test.py it uses python2. How can I change the default to python 3?
kanayt
  • 157
  • 1
  • 3
  • 10
-1
votes
2 answers

Ad Hoc Catalina 10.15.x Deployment without iTunes

I know you can develop an IOS app and give it to registered devices for testing through Ad Hoc. Testers can physically install the app on their device with xcode or iTunes. Maco OS Catalina 10.15.x doesn't support iTunes as they decided more apps…
-1
votes
1 answer

I installed JDK and added path variable but still i am facing -> zsh : command not found: jdk in macOS

enter image description here I tried giving this path variable but didn't seem to work export $JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-11.0.8.jdk/Contents/Home Then I tried this, and seem to work export…
-1
votes
1 answer

running "jupyter notebook" on terminal gives "-bash: jupyter: command not found": Without Anaconda on Mac

I have installed Python 3.8.4. Then installed pip by "sudo easy_install pip" on MacOS Catalina. I have two versions of python now (/usr/bin/python (2.7) and /usr/local/bin/python3). I run "pip install jupyterlab". Installed successfully but when I…
-1
votes
2 answers

How Can I Update Git on MacOS Version 10.15.5?

I have Git version 2.24.3 on macOS and I don't know how to update it!
Mishari
  • 21
  • 1
  • 1