118,609 questions
0
votes
0
answers
9
views
UTM Display Scaling Issue on MacBook Pro M2 (Ubuntu 25.04 ARM, Sequoia 15.4.1, Retina Mode)
I'm running into an issue with UTM on my MacBook Pro M2 (14-inch, Sequoia 15.4.1).
I'm trying to run an Ubuntu 25.04 ARM VM.
Here’s my setup:
UTM version: latest
QEMU version: 9.1
CPU: 6 cores ...
0
votes
0
answers
11
views
Apple GCController.shouldMonitorBackgroundEvents value broken?
I am suspecting that setting GCController.shouldMonitorBackgroundEvents = true does not actually make the game controllers inputs accessible to the app when it is in the background.
About this value ...
-3
votes
0
answers
22
views
How to can I make Bearer for Coinbase POST API?
When doing Coinbase POST API call, Bearer authorisation is used.
Example of a successful Postman API call:
let parameters = "{\n \"type\": \"send\",\n \"to\": \&...
0
votes
0
answers
13
views
iTerm2 opens tab with different profile than the default
I have a specific profile set as my default in iTerm2. For some weird reason, when I open a new tab using the Shell > New Tab menu item, iTerm2 opens the tab with the correct profile. I get the ...
-1
votes
0
answers
21
views
If I run the same project in vs code then show this error but when I run the same project in android atudio then didn't show this error
Target debug_unpack_ios failed: Exception: Failed to codesign
/Users/sazim/Desktop/facebook_applications/build/ios/Debug-iphonesimulator/Flutter.framework/Flutter with identity -.
Could not build the ...
0
votes
0
answers
18
views
Problem accessing resources in bundle app MacOS with C
I'm currently working on a project that can compile and execute with multiples OS. I'm currently working on the MacOS version (working with a M2 one). My problem is that I have done a bundle of my app ...
0
votes
0
answers
27
views
Jekyll installation issues on macOS Sequoia 15.4.1
I am trying to install Jekyll on my macOS 15.4.1 using ruby. I have ruby 3.4.3 installed through Homebrew with its path instead of the system ruby 2.6.whatever in .zshrc:
% gem env
RubyGems ...
0
votes
0
answers
19
views
NSWindow autoresize direction
I have an unresizable NSWindow from storyboard, that in the view controller's viewDidAppear() inserts NSHostingView with SwiftUI content like this:
class DropWindowViewController: NSViewController {
...
0
votes
1
answer
34
views
interactiveDismissDisabled prevents the user from quitting the app?
I'm building a macOS app with SwiftUI and I have a modal I want to show users that must not be dismissed. interactiveDismissDisabled seems like the perfect fit for my use case (and indeed it works ...
0
votes
0
answers
34
views
Why can I not get Python 3.11.0 to report the expected machine architecture after installing from python.org
I have downloaded and installed the macOS 64-bit universal2 installer for Python 3.11.0 - Oct. 24, 2022 from macOS 64-bit universal installer on my Apple M4 Silicon macBook Pro.
When I open the ...
1
vote
1
answer
62
views
Is there a way to give the app a minimum frame without setting the min frame of the contents?
This example app when running on macOS 15.4 exhibits an odd animation behavior when opening and closing the sidebar.
All you need to do to fix it is remove the .frame(minWidth: 805, minHeight: 525) ...
2
votes
1
answer
51
views
How to detect end of drag?
I have a NSWindow. Using NSWindowDelegate, I can handle windowWillMove() and windowDidMove() events. windowWillMove() is called once, just as the dragging of window starts, which is ideal to recognize ...
0
votes
0
answers
10
views
Connecting to SQL Via iODBC On Mac OS - [Expression.Error]. Did you miss a module reference?
I'm trying to refresh an Excel sheet. The System DNS and drivers are configured correctly:
But when updating (Refresh All) on Excel I get an error.
Some options are also not appearing, there should ...
0
votes
1
answer
19
views
Dart:io Process.run method unable to find file or directory macos
so I want to run some adb commands in the setUp of my integration test.
I'm using this command to execute the test
flutter drive --driver=integration_test/integration_driver.dart --target=...
-1
votes
0
answers
33
views
Extremely slow Terminal startup on macOS Sequoia (M3 Mac Pro) [closed]
Problem
On my new M3 Mac Pro (36 GB RAM) running macOS Sequoia 15.3.2, launching a new interactive shell in both the built‑in Terminal.app and the GPU‑accelerated Ghostty takes orders of magnitude ...