We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c95cf commit 1df9ea2Copy full SHA for 1df9ea2
project-template-ios/internal/Swift-ObjC-Bridging-Header.h
@@ -10,5 +10,9 @@
10
// the *-Swift.h*.
11
// https://developer.apple.com/documentation/swift/imported_c_and_objective-c_apis/importing_objective-c_into_swift
12
13
-#import "NativeScript/NativeScript.h"
14
-#import "NativeScriptStart.h"
+#import "TargetConditionals.h"
+
15
+#ifndef TARGET_OS_WATCH
16
+ #import "NativeScript/NativeScript.h"
17
+ #import "NativeScriptStart.h"
18
+#endif
0 commit comments