All Questions
118,593 questions
0 votes
0 answers
39 views
UI scripting within Shortcut stalls out when UI takes too long to load [duplicate]
I have written a Shortcut that incorporates Applescript to navigate the UI of MacOS's System Settings. In a few places throughout where I need to wait for a UI element to load, I run a version of: ...
0 votes
0 answers
21 views
error: "EldersWidget" requires a provisioning profile with the App Groups feature. Select a provisioning profile in the Signing & Capabilities editor
I am new to iOS application code building and archiving. When I try to archive the project using the Xcode@5 task in my Azure DevOps YAML pipeline, I keep getting the same error (shared below). I have ...
1 vote
1 answer
34 views
ITMS-90725 warning for iOS in ReactNative project with external library
I am developing a React Native app for iOS and Android, working on a Mac Mini with an Apple M2 chip (Apple Silicon). Recently, I successfully archived and uploaded a new build to App Store Connect. ...
0 votes
1 answer
64 views
VSCODE mac Remote SSH stopped working today
I use Visual Studio Code (now version 1.111.0) from a Mac Studio. Most of my development is via SSH to a number of servers. Beginning today, connection attempt to any of those servers produces error ...
0 votes
1 answer
128 views
C clang code fails on mac - with no error. Simply prints out "2", then the first two characters in a file [closed]
What happens with the program is that it prints out "2" on a newline, then the first two characters in a file. This appears strange, because there is no obvious error with the program. I ...
0 votes
1 answer
78 views
SwiftData added items to a subfolder in a tree are only visible after restart of app
My SwiftData app contains of two main model classes forming a tree, Folder (root and sub) and Entry (leaf), which I show in a List - this all works as expected. To add new items, I use AddWindow, ...
0 votes
0 answers
32 views
Create ML Hand Action Classifier - The app finishes reading the files ("Processed 21,083 of 21,083 files"), but the progress bar freezes right after
I am training a Hand Action Classification model using the Create ML app on macOS (Apple Silicon M1). The dataset consists of approximately 21,000 short MP4 clips (2-3 seconds each, 30 fps) ...
0 votes
1 answer
55 views
codesign: Apple Silicon vs Intel
As expected, copying a system executable (e.g. id, ls etc.) in a user directory does not give you a usable executable (it gets SIGKILL on launch). On an Intel Mac with Tahoe 26.3.1 , the command: ...
Advice
0 votes
7 replies
157 views
Excel functions/ formula
I have 3 excel files. in one file i want to pull data from other 2 files. this is employee data and I need to have separate rows for each employee and their corresponding LTI data. how can I have this ...
Advice
0 votes
1 replies
35 views
Mac App - limiting the size of an ImageView to fit on screen
I'm an experience iOS programmer but now I'm trying my hand at a MacOS app. I created the app as a storyboard app. It will display a single image. Eventually, it will typically be a raw file at full ...
Advice
0 votes
4 replies
61 views
Detect whether a Mac has a Touch Bar in SwiftUI (macOS / SwiftUI)
I am developing a SignDict for macOS app using SwiftUI and I am trying to support MacBook Pro (M1/M2) that have the Apple Touch Bar on the keyboard. Some older models of MacBook Pro (Touch Bar models) ...
2 votes
1 answer
78 views
Mac OS X Cocoa: applicationDidBecomeActive not being fired
I'm making an app purely from code (so this is not a duplicate of this because the solution to that was configuring a nib file from XCode) and I want to detect when my application has become the main ...
-3 votes
0 answers
82 views
.NET 10 MacOS Development Environment [closed]
On my friend's MacOS system, .NET 10 isn't recognizing that it should be running in the Development environment. Executing: dotnet run --project ./Path/To/Project.csproj --environment ...
3 votes
0 answers
60 views
How to test for Apple's MacOS libc version using C preprocessor?
I have an application that benefits from (but does not require) posix_spawn. I have some trouble deciding how to check for MacOS libc version (to see if it includes posix_spawn) using C preprocessor. ...
-1 votes
0 answers
46 views
pecl install Mosquitto-alpha fails on macOS for lack of cjson/cJSON.h
I am trying to install Mosquitto-alpha on my MacStudio running Tahoe 26.2 (25C56), the goal being to use mqtt in PHP scripts. PHP 8.5 was installed via homebrew and is working as expected. Mosquitto 2....