Category "macos"

How do I find where Python's libpython is located?

I'm using Conda on macOS, and I'm getting an error while building a Rust package that it can't find the libpython3.7m.dylib library. How can I find this? After

SwiftUI Preview incorrectly tries to build conditional dependency from another platform

SwiftUI Previews are broken for me when one of imported Swift Package has a conditional dependency to another platform. Steps to reproduce: Create Xcode Project

MacOS BASH, Get output from networkQuality command running in background

I am trying to launch networkQuality command in the background and live fetch the first part of the output to the bash script launching it. First part I want to

How to connect expo go app through docker devcontainer

problem cannot connect with my expo app to the expo simulation setup set up a devcontainer with vscode's extension. login into my expo account successful build

pf: nat force packet out specific interface

I have a VM which is attached to the feth2 interface (L2 interface), en0 is my wifi card with internet access I currently have the following pf rule in place: n

HAVE_MENU unset when compiling ncurses for Ruby curses extension on Mac?

I'm trying to use Ruby's curses library wrapper, but getting a uninitialized constant Curses::Item (NameError) error when trying to make a menu or items, despit

Kerberos issue in Mac

I'm facing issues with kerberos in mac os. everyone except me in my office is able to use kerberos and kerberos enabled web urls, but it's not working for me. I

flask_sqlalchemy keeps trying to connect to localhost database instead of the remote one

I'm trying to use the flask_sqlalchemy library in order to connect to a PostgreSQL server on my remote Ubuntu machine, but my app keeps trying to connect to the

flask_sqlalchemy keeps trying to connect to localhost database instead of the remote one

I'm trying to use the flask_sqlalchemy library in order to connect to a PostgreSQL server on my remote Ubuntu machine, but my app keeps trying to connect to the

Caret position in NSTextField of NSTableView

I have a view based NSTableView of n rows and 1 column, with a monospaced font. When the user clicks within a row, I need to convert the caret position to a cha

How to install OpenMP on Mac M1?

I am currently studying to become a computer engineer and I need to work with OpenMP. After some research, I'm still having trouble installing it (#include <

WARN: Unable to load JNA library (OS: Mac OS X 12.2) warning when running flutter app on release mode. (M1 Mac)

I built a simple tic-tac-toe app on Flutter. It works in debug mode without any problem, but when I run it in release mode it gives me an error: WARN: Unable t

How to sign and notarize a PKG within a Github Actions macos runner

Context I'm building a Github Actions job to build, sign and notarize a PKG file. I'm using an Apple Id account (the workflow needs username and password) as we

Could not find a version that satisfies the requirement tensorflow - python3.9 64bit

I'm trying to use Tensorflow for some federated learning purposes, but I can't successfully install it using pip. pip install tensorflow Error message I get is

Error Opening Cypress - macOS (CI/CD) Error choosing pixel format

I'm trying to add cypress to our CICD workflow. It's running in a self-hosted macOS builder runner (12.2.1) Any idea how to fix the error below? Opening Cypress

listen EACCES: permission denied 127.0.0.1:80 - macOS

I need to serve an angular app with specific --host flag and --port 80. I added the host to my /etc/hosts file but when i use command "ng serve --host local.xxx

.laz file not recognized by QGIS on Mac

I am trying to view a .laz file in QGIS 3.22. I dragged and dropped the .laz file into QGIS, but got the following error: LAS and LAZ files cannot be opened by

How to stop MacOS XPC service

Opening macOS Console and looking at the System Log i ran into this error message that keeps repeating itself indefinitely: com.apple.xpc.launchd[1] (com.macpaw

OS X: #include <CoreFoundation/CoreFoundation.h> leads to error: unknown type name 'dispatch_block_t'

$ cat t1.c #include <CoreFoundation/CoreFoundation.h> $ gcc t1.c In file included from /usr/include/dispatch/dispatch.h:51, from /System

What is the endian order of the host machine/device?

Actually the initial question was: "What exactly the kCGBitmapByteOrderDefault is?" Because sometimes CGImageGetByteOrderInfo(CGImageRef image) returns kCGBitma