Posts

Post marked as solved
8 Replies
Nice, thank you! I have been tinkering around with your solution and this also did work for me: var displayRepresentation: DisplayRepresentation {     DisplayRepresentation(stringLiteral: name) }
Post marked as solved
8 Replies
I'm having the exact same issue. The shortcuts app is populated with the different options and they are executed properly, but the stirng interpolation is not working, only showing "%@" instead of the parameter. Have you found a solution to this issue or is this a bug?
Post not yet marked as solved
1 Replies
I'm standing before the same problem. I have a view hierarchy inside a scrollview and i want to be able to zoom. Did you manage to implement this?
Post not yet marked as solved
5 Replies
Did anyone find a solution for this or an acknowledgement from Apple that this is indeed broken? Just created a SwiftUI watchOS app and ran into this issue.
Post not yet marked as solved
9 Replies
This is also not working for me on watchOS 7.2 I also implemented the WKExtensionDelegate with the WKExtensionDelegateAdaptor property wrapper and confirmed with the debugger that the delegate methods are being called. The method handleActiveWorkoutRecovery() is never called. I tried in the simulator with restart, force quit and exit(0) in code.