Debugging Universal Links
TN3155: To test your universal links behavior, paste a link into your Notes app and long-press it (iOS) or control-click it (macOS) to see your options for following the link. If universal links have...
View ArticleWhat Happened to __crashreporter_info__?
Seth Willits (in 2022): The new “ips” crash reports in macOS do not contain assert() information!(Assertion failed: (myVar != nil), function fooBarTest(), file code.m, line 100)Problematic because...
View ArticleOn-Crash Backtraces in Swift
Alastair Houghton: Prior to Swift 5.9, all you would get when your program fails is a message from the parent process (often the shell) telling you that the child process crashed[…] […] Now, instead of...
View ArticleMacSymbolicator 2.6
Mahdi Bchatnia (via Daniel Jalkut): A simple Mac app for symbolicating macOS/iOS crash reports.Supports symbolicating:.crash and .ips crash reportssample and spindump reports
View ArticleMaking Friends With AttributeGraph
Saagar Jha: If you’ve used SwiftUI for long enough, you’ve probably noticed that the public Swift APIs it provides are really only half the story. Normally inconspicuous unless something goes...
View Article_eventFirstResponderChainDescription
Stephan Casas: AppKit includes a private category on NSApplication that adds _eventFirstResponderChainDescription — a string describing the current responder chain. This can be a really useful...
View ArticleCloudKit Throttles and Debugging
TN3162: The CloudKit infrastructure is shared by all apps and services. The resources are finite, and so high utilization from one app can negatively affect others. To avoid this kind of impact and...
View ArticleRounded Quick Look Corners
Robin Allen (via Hacker News): For whatever reason, QuickLook will now remove the corners of your images before showing them to you.It doesn’t matter if they’re photos, game assets, or UI elements...
View ArticleChromium Browsers Preferencing *.google.com Domains
Simon Willison (Hacker News): It turns out Google Chrome (via Chromium) includes a default extension which makes extra services available to code running on the *.google.com domains - tweeted about...
View ArticleXcode 16 Announced
Apple: Discover the latest productivity and performance improvements in Xcode 16. Learn about enhancements to code completion, diagnostics, and Xcode Previews. Find out more about updates in builds and...
View Article