Post

Replies

Boosts

Views

Activity

Comment on AVCaptureVideoPreviewLayer not working in iPadOS26 when using Windowed Apps mode
You need to do this after you start your AVCaptureSession: if captureSession.isMultitaskingCameraAccessSupported { captureSession.isMultitaskingCameraAccessEnabled = true }
Topic: UI Frameworks SubTopic: General
Replies
Boosts
Views
Activity
Aug ’25
Comment on Notarization issue
Seeing this issue since yesterday - B0F6DC12-51E2-4B8A-950F-8C95A335CEBC - can you check?
Replies
Boosts
Views
Activity
May ’25
Comment on Xcode 15: "Cycle inside ...; building could produce unreliable results" due to DSTROOT=/
Thanks for sharing this. We had the same issue. On a whim, I decided not to dig into it at all, but just to move our "Embed Frameworks" build phase above some run script ones we had, and it solved it. Thanks!
Replies
Boosts
Views
Activity
Jun ’23
Comment on SwiftData + CloudKit -- data not loaded on fresh install
When using CloudKit, all fields in your model either need to have a default value or be optional.
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Jun ’23
Comment on How to use NEHotspotNetwork.signalStrength?
Hello Matt, I'm using NEHotspotNetwork.fetchCurrent, which works as expected -- except that the signal strength returned is always zero. I have whenInUseAuthorization from CLLocationManager and both the "Access WiFi Information" and "Hotspot Configuration" entitlements are present. Any ideas? Thank you!
Replies
Boosts
Views
Activity
Aug ’21