This also still happens on macOS 14. Submitted a minimal reproducing project with FB13699618
Post
Replies
Boosts
Views
Activity
Thank you, this was my mistake. Just tested this with the NSItemProvider route and it dragged to Finder
provider.registerDataRepresentation(for: .fileURL) { completion in
let url = try! saveToTemp()
completion(url.dataRepresentation, nil)
return nil // or Progress object
}