Perceptus/nsapple

WatchKit not avaiable

Closed this issue · 1 comments

Hi
When I try to build the app in Xcode there is the message:

WatchKit is not available when building for iOS. Consider using #if !os(iOS) to conditionally import this framework.

Xcode Version 11.4.1 (11E503a)
Iphone 11 Max Ios 13.4
Apple Watch Series 3, watch os 6.2.1

There is a release note on Xcode, that WatchKit is no longer available, is there a change to build the app anyway?

Changed to
import WatchConnectivity

and build was working