118,682 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
7
views
electron-builder Always Fails to Fully and Correctly Sign the .app Application
I’m a first-time user of Electron for writing applications. I need to build a .app and package it into a .dmg for notarization, but I found that the .app is never fully signed. I’ve tried testing ...
0
votes
0
answers
28
views
File Provider extension cannot access App Group container despite identical entitlements (macOS Tahoe, local signing)
I have a Tauri/Rust application with a native Swift File Provider extension. Both are configured to use the same App Group, but the extension cannot access the shared continer at all - it can't even ...
-1
votes
0
answers
51
views
How can I replicate macOS 26's Journal app semantic date search? [closed]
In macOS 26's Journal app, users can search for entries by date. The app automatically recognizes dates. For example, it recognizes n weeks ago, last Monday, last month, last year, dates in text ...
-1
votes
1
answer
25
views
Flutter build fails or "file not found" errors when project is stored in iCloud-synced folder (macOS)
I recently started getting random Flutter build errors on macOS such as:
PathNotFoundException: Cannot open file, path = '/Users/<user>/Desktop/my_app/.dart_tool/flutter_build/... (OS Error: No ...
-3
votes
0
answers
25
views
Cannot load Apple recovery menu [closed]
Have a mac mini that is loading up Ubuntu, however when I try to boot into the Apple recovery menu, it does not load, and goes directly into Ubuntu. I have never encountered a setup like this before.
...
0
votes
0
answers
38
views
How to solve the prompt "internal error" when running a virtual machine on VMware Fusion on MacBook Pro? [closed]
error info:
Several virtual machines are installed in VMware Fusion, including Windows 10, CentOS, Ubuntu, etc., and all of them report this error when running.
Configuration details are as follows:
...
3
votes
0
answers
43
views
Core Audio: why are device UIDs issued by kAudioDevicePropertyDeviceUID unstable?
I maintain a macOS app that needs to recognize devices using the device's UID. To do this, I retrieve the device's UID using the kAudioDevicePropertyDeviceUID property, store that, and use it for ...
-7
votes
0
answers
54
views
Claude Code CLI displaying each status update on new line - floods terminal with output [closed]
Problem:
Each token update during processing creates a new line instead of updating in place
Lines like
✽ Inferring... (esc to interrupt · 56s · ↓ 2.3k tokens)
appear hundreds of times
What should be ...
2
votes
1
answer
64
views
MacOS - Full disk access for sandboxed app doesn't work
I am creating a sandboxed app, that works a lot with files. I have a system for user granting access to directories and app storing bookmarks, which works. However I want user to have an option to ...
2
votes
1
answer
73
views
No rule to make target '/opt/homebrew/Cellar/openssl@3/3.4.1/include/openssl/opensslv.h' installing php 8.4.11
Thu 16 October 2025 Update
I have updated my $PATH:
$ echo $PATH
/opt/homebrew/bin/:/opt/homebrew/opt/openssl@3:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/mysql:/opt/homebrew/...
0
votes
1
answer
56
views
CoreCLR 0x8007000E on macOS ARM64 in Terminal after reboot, works in VSCode
After a macOS reboot, my .NET 7 builds fail in a normal Terminal/zsh login shell:
dotnet build
with:
Failed to create CoreCLR, HRESULT: 0x8007000E
Here’s what I’ve observed:
The same build works ...
-2
votes
0
answers
80
views
Anyone can help me fix my javaFX on Mac (IntelliJ) [closed]
I have dependencies here but i can't import Keycode
I'm using intelliJ on Mac,and so this is my pom.xml file too https://docs.google.com/document/d/1uUdSrP3VC52mJHwA1n4piRgUy4ZYfGwnN4GZdz0ZDbw/edit?...
2
votes
1
answer
48
views
Incorrect report of SO_TIMESTAMP on macOS UDP socket with recvmsg()
I use the socket option SO_TIMESTAMP to get kernel timestamps on received UDP datagrams with recvmsg().
It works well on Linux, not on macOS. In practice, it seems that macOS does return the timestamp ...
-3
votes
0
answers
44
views
Can't download App Store app onto my Mac Mini 4 - blocked by old user id [closed]
Many years ago when I first owned an iPad I registered as a user under one particular email address (for the sake of this question let's call it [email protected])
Now even though i am signed in under my ...
1
vote
0
answers
42
views
SwiftUI macOS MenuBarExtra — custom text label (like "25:00" with border) not showing styling
I’m building a small macOS timer app using SwiftUI and MenuBarExtra.
I want the menu bar item to display the remaining time (e.g. "25:00") inside a rounded border, similar to a capsule or SF ...