Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [macos]

macOS (formerly known as OS X or Mac OS X) is the desktop operating system from Apple, found on Macintosh computers. Use this tag only if your question relates to using macOS APIs or macOS-specific behavior, not because you happen to run your code on macOS. Questions relating to using or troubleshooting macOS are off-topic and belong in the Ask Different community instead.

0 votes
0 answers
6 views

Electron window flashes white upon showing despite graceful display

I am trying to display a window with black content inside a BrowserWindow: changeShortcutWindow = new BrowserWindow({ height: 400, width: 600, show: false, // will be displayed upon ready-...
Vojta Böhm's user avatar
0 votes
0 answers
9 views

How to open Terminal.app on MacOS by custom url in Google Chrome

I would like to open terminal app to run some custom command on my Mac for example: terminal://test Which will open terminal with command "doSomeMagic test" How to do this? Is this even ...
Tom's user avatar
  • 149
0 votes
0 answers
22 views

switching from zsh to ssh

Hello there i am a beginner user of ssh. i am not able to access my server through ssh i used to access through root and psw but now i get always zsh: command not found: ssh. tried so many commands ...
Ramos Ramos's user avatar
0 votes
0 answers
6 views

Where can i find safary deeplinks?

I'm seraching for deeplinks in macos apps. Now i'm working on safari, and i cant find any sites or documentations with list of deeplinks. Where can i find the information about them? I was trying to ...
Serafym's user avatar
-1 votes
0 answers
25 views

Cannot connect to Postgres from my php/symfony application

I'm having issues connecting to any database from my php/symfony application when I try to connect to pg_connect("host=localhost port=5432 dbname=dbname user=username"); the app just dies ...
Dhee4's user avatar
  • 9
-2 votes
0 answers
11 views

External webcam (Nexigo) requires reboot everyday for Amazon Chime to use it on MacOS [closed]

I am using this Nexigo external webcam . Mostly, it works fine with Amazon Chime on MacOS 13.6.7. However, everyday it doesn't work on the first attempt. Chime can recognize the webcam but can't use ...
Harshit's user avatar
  • 121
-1 votes
0 answers
51 views

How do I install mysqlclient 1.4.6? (Python 3.6) MacOs?

I install pip install mysqlclient==1.4.6 --no-cache-dir But an error occurs: ld: library 'ssl' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) ...
Ilya's user avatar
  • 1
1 vote
1 answer
25 views

AppleScript to open a specific section of Terminal settings

I'm trying to open the "Profiles" section of the Terminal settings (image). Here is my script: tell application "Terminal" activate delay 1 tell application "...
iStuces's user avatar
  • 83
-1 votes
0 answers
9 views

Using Texlive and Texstudio on Mac

On my mac, I have installed texlive and texstudio via brew. Texlive alone works perfect and I can use 'pdflatex' via console to build my project without fault. On the other hand, when I try to build ...
AnnemarieWittig's user avatar
-2 votes
0 answers
24 views

Module not found in mac terminal

I'm trynna make a discord bot but I'm having issues when trying to run it. When I run the code in vs code I dont get any issue however when I run the code in a mac terminal it tells me it cant because ...
Eagle_514's user avatar
-1 votes
0 answers
21 views

Errors with Java application distribution for MacOS with ProcessBuilder and jspawnhelper

I have a Java application I'm distributing with jpackage for MacOS. The runtime is delivered with the application, and it is JDK version 22. When the application tries to execute an external command ...
Mbr's user avatar
  • 9
2 votes
0 answers
41 views

Vulkan - VK_ERROR_INCOMPATIBLE_DRIVER error in Apple M2

With this code: #include <vulkan/vulkan.h> #include <iostream> #include <stdexcept> #include <cstdlib> #include <vector> class HelloTriangleApplication { public: ...
Caner - sagopanin sag kolu's user avatar
-1 votes
1 answer
25 views

Cannot launch Spyder in Anaconda Navigator and no error information returns on Mac

When launching Spyder from Anaconda Navigator, the application icon appears in the Mac dock and shows Application not responding, but no more error information comes out. (https://i.sstatic.net/...
Yulia J's user avatar
0 votes
1 answer
24 views

WkWebView: YouTube iframe low video quality on "Mac (Designed for iPad)"

I have a simple WkWebView with a YouTube iframe embedded. I get high quality on iPad simulator physical iPhone I only get low quality on iPhone simulator Mac (Designed for iPad) I tried ?quality=...
fer0n's user avatar
  • 882
0 votes
0 answers
15 views

Lagging Video Feed Using VNGeneratePersonSegmentationRequest in macOS Camera Extension App

I'm developing a macOS application using Swift and a camera extension. I'm utilizing the Vision framework's VNGeneratePersonSegmentationRequest to apply a background blur effect. However, I'm ...
Yogeshwar Shelke's user avatar

15 30 50 per page
1
2 3 4 5 6