Xcode (I'm on v13.1) warns me, that quantityType(forIdentifier:)
will be deprecated in a future version of iOS.
I thus checked in Apple's developer documentation for a hint what else to use. Surprisingly, on the documentation it is not labeled as deprecated in near future.
Which source to trust in this case? And in case quantityType(forIdentifier:)
is indeed to be removed in teh future, is there already a known replacement?