diff --git a/Sources/SQLiteData/CloudKit/CloudKitSharing.swift b/Sources/SQLiteData/CloudKit/CloudKitSharing.swift index 1e2d25ec..4bc10b05 100644 --- a/Sources/SQLiteData/CloudKit/CloudKitSharing.swift +++ b/Sources/SQLiteData/CloudKit/CloudKitSharing.swift @@ -204,7 +204,7 @@ } } - #if canImport(UIKit) && !os(watchOS) + #if canImport(UIKit) && !os(tvOS) && !os(watchOS) /// A view that presents standard screens for adding and removing people from a CloudKit share \ /// record. ///