We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abfddd commit be13409Copy full SHA for be13409
Sources/IntrospectionView.swift
@@ -63,6 +63,12 @@ final class IntrospectionAnchorPlatformViewController: PlatformViewController {
63
required init?(coder: NSCoder) {
64
fatalError("init(coder:) has not been implemented")
65
}
66
+
67
+ #if canImport(AppKit) && !targetEnvironment(macCatalyst)
68
+ override func loadView() {
69
+ view = NSView()
70
+ }
71
+ #endif
72
73
74
struct IntrospectionView<Target: PlatformEntity>: PlatformViewControllerRepresentable {
0 commit comments