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 0b7e10c commit 4cc7c66Copy full SHA for 4cc7c66
SwiftDraw/Sources/SVG+UIKit.swift
@@ -29,7 +29,7 @@
29
// 3. This notice may not be removed or altered from any source distribution.
30
//
31
32
-#if canImport(UIKit)
+#if canImport(UIKit) && !os(watchOS)
33
public import UIKit
34
35
public extension UIGraphicsImageRendererContext {
0 commit comments