Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
0 votes
1 answer
28 views

I am working making an assembler that compiles bf code into an executable that can be run on macOS. Essentially, I run the compiler, which outputs a raw arm64 binary to output.bin (i.e., a binary that ...
Joseph's user avatar
  • 333
-1 votes
0 answers
40 views

I have recently restarted macOS Cocoa development, and I am running a M4 iMac with Tahoe 26.4.1, and using Xcode version 26.4.1 (17E202). When my app starts, I get no error messages, but what triggers ...
lpetrich's user avatar
2 votes
1 answer
98 views

I'm attempting to use the gcc compiler installed at /usr/bin/gcc by homebrew on my MacBook running Tahoe. Every time I run it, it defaults to Xcode's clang instead. I am attempting to compile C++20 ...
Jeff Swearingen's user avatar
-4 votes
0 answers
50 views

I installed Apache and PHP on my system and I can access localhost. I try to set up https://localhost and I followed this tutorial. I tried several tutorials and it doesn't work. As soon as I enable /...
AdamEve's user avatar
0 votes
0 answers
70 views

So i have a raycast like app and for the hotkey, i recently switched to using macos apis instead of https://crates.io/crates/global-hotkey because i needed the flexibility, and I switched to NSEvent ...
Unsecretised's user avatar
0 votes
1 answer
57 views

As the title suggests, I have been working on a cross-platform project where I want to create apps for the macOS backend programmatically (without Xcode) through a combination of C and Objective-C, ...
Mitch War's user avatar
Advice
0 votes
0 replies
24 views

I updated to macOS 26.2, and then SourceTree was unable to connect to internal network addresses like “172.x.x.x”, although connecting to domains worked fine. I spent a whole night figuring this out.😣...
Xiao Sun's user avatar
0 votes
0 answers
59 views

Is it expected that node_disk_io_time_seconds_total is missing on macOS (Darwin)? In diskstat_common.go I see io_time_seconds_total so I was expecting to see it on all platforms, Linux and Darwin, but ...
iAmoric's user avatar
  • 2,015
0 votes
2 answers
82 views

I am working on a form to allow the user to enter some input. Here is my code: import SwiftUI struct ContentView: View { @State private var searchString = "TEST" @State private var ...
koen's user avatar
  • 5,922
-4 votes
0 answers
57 views

This is for my personal device, and will be done by a background process (launch daemon). How would I shutdown or restart a macbook as soon as it can be safely done to the system, without prompting ...
tandem1032's user avatar
0 votes
0 answers
40 views

The Finder has a "Rename…" (formerly "Rename X items…") command that offers interactive pattern match & replace: I like to invoke this operation from my own program. Is that ...
Thomas Tempelmann's user avatar
0 votes
1 answer
151 views

I have written a shell script that I want to run every time I log on to my Macbook, and I'm trying to execute it via launchd. My script is not a persistent daemon, it's supposed to write some text to ...
Tom's user avatar
  • 9,219
Best practices
0 votes
0 replies
37 views

How to avoid of covering a magnificant object by the "loupe" tool in macos "preview"? There is now way / cheat to shift away over the zoomed target. Any LLM suggestions aren't ...
user32611928's user avatar
0 votes
1 answer
36 views

I've got a .NET Xamarin app running on Mac. It's been working fine, but I've been upgrading it to .NET 10 and macOS 26. After the upgrade, I have one dialog that is acting weird. It's the popup to ...
Paul's user avatar
  • 509
Tooling
0 votes
2 replies
34 views

Question: I’m exploring the architecture for a desktop application that needs to: Capture both microphone input and system audio (e.g. Zoom/Meet calls) Process the audio stream in near real-time (...
Juan Luis's user avatar

15 30 50 per page
1
2 3 4 5
7905