Issue with WatchOS 9.5 - Apple Watch Ultra, Xcode 14.3 and iOS 16.5
Stuck on a screen with this message for more than 20 minutes. It worked previous day and not working the next day.
"Please select a different device, or wait for the device to load development services and try again."
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Cannot find 'UINotificationFeedbackGenerator' in scope - Getting this error with Xcode 14.3 watchOS project.
Using SwiftUI and Xcode 14.3.1
Already imported UIKit
import UIKit
let notificationGen = UINotificationFeedbackGenerator()
Similar issue with WKInterfaceDevice also.
try WKInterfaceDevice.current().play(.click)
Error: Cannot find 'WKInterfaceDevice' in scope