Post

Replies

Boosts

Views

Activity

Reply to ScreenCaptureKit and mixed Retina/non-Retina configuration
When printing SCStreamFrameInfo.scaleFactor.rawValue, I get "SCStreamUpdateFrameDisplayResolution". In my observation, its value matches the Retina factor (1 for single res, 2 for Retina) of the originating display.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to Xcode 15 console logging of system messages
From the iOS release notes, it looks like this behavior by design. The new _logChanges() method is like the existing _printChanges() one, except that the new method uses the system console, which is useful in some debugging workflows. See the same for macOS here.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to Xcode 14 "Fix All Issues" not possible?
Same still in Xcode 15.2, "Fix All Issues" always greyed out. I have only 3 issues, all in the same scope, with the same fix suggestion, but still greyed out. What could it be?
Replies
Boosts
Views
Activity
Oct ’24
Reply to Inline Comparison on Commit seems to be forced in XCode 15 Beta 3
This is really terrible. I want the old way!
Replies
Boosts
Views
Activity
Nov ’23
Reply to Mirror for static members?
I'm having the same issue. Was there a solution?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Bonjour NWListener with changing domain name
Hi Quinn, thanks to you, I found the solution: I had to delete params.includePeerToPeer = true and now it works as I wanted! I don't know why I thought to need this bit. Thanks a lot for the quick help! btw, I'm on macOs 10.15.7, XCode 12.4
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’22