Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
Advice
0 votes
4 replies
41 views

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) ...
Antonio A. Chavez's user avatar
0 votes
0 answers
47 views

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 ...
ioi-xd's user avatar
  • 200
-3 votes
0 answers
61 views

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 ...
Snap's user avatar
  • 872
-5 votes
0 answers
79 views

I’m trying to optimize M4 Mac Mini to make it run faster by reducing background tasks that I don’t use things to disable: Siri / Assistant Apple Intelligence / Smart Suggestions Liquid Glass / ...
capn's user avatar
  • 1
2 votes
0 answers
52 views

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. ...
juhist's user avatar
  • 4,402
0 votes
0 answers
35 views

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....
Peter Wiley's user avatar
0 votes
0 answers
22 views

Ok, this is a question about long-deprecated code. As mentioned previously, I'm resurrecting an old Objective C Mac app written with OpenGL, to buy me some time to rewrite it in Swift/SwiftUI and ...
Duncan C's user avatar
  • 132k
0 votes
1 answer
72 views

My SwiftData model consists of a model entity named Entry. Currently I display these in a List: @Model final class Entry: Decodable, Identifiable { var fullName: String = "" // ... } ...
koen's user avatar
  • 5,888
Advice
0 votes
0 replies
54 views

How to configure localizations in Flutter app for iOS distribution? CFBundleLocalizations is not working as expected: https://github.com/lyskouski/app-finance/blob/main/ios/Runner/Info.plist#L25 <...
FieryCat's user avatar
  • 1,811
0 votes
1 answer
115 views

I'm stuck on the following. I have an Excel file with macro/VBA code in which I perform a number of operations, such as filtering, copying and pasting the filtered values into a new file. Nothing too ...
RogerH72's user avatar
-2 votes
0 answers
47 views

I need to create my app icon for a desktop Mac app. I am using Xcode 26. So, I go to Assets.xcassets > AppIcon, and insert my 1024x1024 image in the App Store -2x. It’s a flat PNG with a white ...
tuco's user avatar
  • 639
0 votes
1 answer
85 views

I have seen a lot of tutorials how to customize the menubar, but none of them I found explain how to implement an action, they used leave it as an "exercise for the reader". For instance: @...
koen's user avatar
  • 5,888
0 votes
0 answers
107 views

I recently installed R 4.5.2 on a fresh install of macOS Tahoe 26.3. When I run .libPaths() only the following library is returned: [1] "/Library/Frameworks/R.framework/Versions/4.5-arm64/...
Stefano's user avatar
  • 1,493
-3 votes
0 answers
45 views

EDIT: Question moved to superuser solution found: https://superuser.com/a/1935531/3250613 ==== my kitty terminal asks for confirmation when closing terminal windows even though I set it to ...
derJake's user avatar
0 votes
0 answers
57 views

I have an app that has run successfully on MacOS for years. Suddenly under MacOS Tahoe 26.3 it's malfunctioning. I have an NSViewController that contains a NSTabView. Here's what the view looks like ...
Jerry Agin's user avatar

15 30 50 per page
1
2 3 4 5
7908