python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Time formatting in watchOS Complication
I want to display a timer as part of a complication. The timer should only display minutes and hours. For this purpose I have created a CLKRelativeDateTextProvider and passed the corresponding units a...
finebel
Votes: 0
Answers: 0
Xcode 13.3 Apple Watch app targets ((null)) CFBundleShortVersionString
Since updating to Xcode 13.3 (13E113), out WatchKit target fails to build in the ValidateEmbeddedBinary step with the error message:
error: The value of CFBundleShortVersionString in your WatchKit ap...
Arshia
Votes: 0
Answers: 1
WCSession "isComplicationEnabled" always returns false in iOS 15.4
Since I've updated my test device (iPhone 12 mini) to the latest iOS version 15.4, the complications of my companion app on the watch (watchOS 8.5) do not receive any updates sent by the iOS app.
To r...
napIT-Apps
Votes: 0
Answers: 1
cannot find uiviewcontrollerrepresentable in scope
I have a WatchKit extension to my app and I need to modify the data in the content view with updates from the app on the phone. So I am using the code below... but the compiler errors out saying it c...
Scott Tarone
Votes: 0
Answers: 1