If you've built an iOS Share Extension that writes to a shared Core Data store, you've probably hit this wall: the data saves fine, but your main app's SwiftUI list doesn't update until you kill and relaunch it.

I hit this while building a bookmarking app during a live stream. I was using Claude Code to build the whole thing. Got the Share...