Xcode 16.4 CoreHaptics watchOS

Unable to import CoreHaptics

Starting from scratch: Downloaded Xcode 16.4, selected new project (watch-only app), accepted all defaults. Can write code and run simulator, but cannot import CoreHaptics. Searching for an answer for hours without luck. Would appreciate any help. CoreHaptics is in my Frameworks directory.

Can import Foundation, Combine, etc.

Have reinstalled Xcode 16.4. Have restarted the MacBook Pro (2019,Intel i9, Sequoia 15.5).

No luck so far.

would add that for me it's not even in the frameworks directory and the documentation browser doesn't know about it. very similar hardware/os/Xcode versions as OP

follow up. I see that if I create a Watch/IOS combo application CoreHaptics can be imported into the iOS code. but not into the associated Watch app.

is that intentional? is the only haptic control available to the watch WKInterfaceDevice.play()?

I see that CoreHaptics isn't compatible with WatchOS and for now I have to use the WatchKit

Xcode 16.4 CoreHaptics watchOS
 
 
Q