Since I can no longer run Xcode 13.x on my Mac, I’m forced to run Xcode 14.
With Xcode 14 and Swift 5.7, the book example for moving Core Location to async/await no longer works.
I cannot get the location, and when I try, I get this error:
SWIFT TASK CONTINUATION MISUSE: shareLocation() leaked its continuation!
2022-09-29 10:21:48.412482-0500 Blabber[16012:215787] SWIFT TASK CONTINUATION MISUSE: shareLocation() leaked its continuation!
I would be really nice to get this code working again, I don’t really want to move on with this being broken. Is anyone available to help with this?