26 posts tagged ‘Bug’
CloudKit Reference and Index Issues
Kuba Suder: CloudKit also automatically creates indexes for each field in each record type - when you’re done with development, you can delete some indexes that you won’t need so they don’t waste space in the production database. Apple: A request to fetch records performs a query on indexed fields for a particular record type. […]
Time Machine in Sequoia
Der Teilweise: Backing up to a NAS currently says 3 days (!) left, after having backed up ~160GB. Was using WiFi with TX rate 133MBit. Now I connected using Gigabit Ethernet, does not seem to be faster. Plus: CPU usage is ridiculously high, fans spinning up to medium/max speed several times per hour. […] I […]
Leaky macOS VPN After System Update
Mullvad VPN (Hacker News): We have found that you could be leaking traffic on macOS after system updates. To our current knowledge a reboot resolves it. We are currently investigating this and will follow up with more information.In this scenario the macOS firewall does not seem to function correctly and is disregarding firewall rules. Most […]
TCC and Gatekeeper Bypasses
Wojciech Reguła (September 2021, tweet): I was looking for code injection opportunities that may allow reaching TCC bypasses. My simple shell script discovered a potential victim - /System/Library/CoreServices/Applications/Directory Utility.app. It had (and has) the following private TCC entitlement[…] This entitlement allows the Directory Utility to modify the user’s records stored in the /var/db/dslocal/nodes directory. […] […]
Fixing Continuity Camera
Niléane: Continuity Camera became a feature that I need to work reliably. Sadly, it doesn’t. Half of the time, apps like Zoom and Discord on macOS could not see the iPhone SE in the list of available cameras. This meant I had to fetch a Lightning cable to manually connect the iPhone. If I was […]
Mac App Sandboxing Interferes With Drag & Drop
Wade Tregaskis: Merely inspecting the UTIs in the pasteboard is fine – that doesn’t interfere with anything. So if all you care about is if any kind of file (or folder) is being dragged, you’re set. But if you want to only react to some types of files or folders, you need to know more. […]
SwiftData Fetching Pending Changes
Keith Harrison: If you don’t want the pending changes included in the fetch results you should be able to override the default by setting includePendingChanges to false in the fetch descriptor[…] Unfortunately, I don’t seem to be able to get that to work using iOS 17.2 (FB13509125). The pending change is always returned in the […]
macOS 14.2.1
Juli Clover (release notes, security, developer, full installer, IPSW): According to Apple's release notes, macOS Sonoma 14.2.1 includes bug fixes and a security update. macOS 14.2.1 fixes a screen sharing vulnerability that could cause a user to unintentionally share the incorrect content. See also: Mr. Macintosh and Howard Oakley. Previously: macOS 14.2 Update (2023-12-21): Howard […]