Post

Replies

Boosts

Views

Activity

Reply to iOS 18.2 crash on CGImageDestinationFinalize
Changing let thumbMaxSize = min(2400, maxImageSize) with let thumbMaxSize = min(1200, maxImageSize) thus, simply reducing the image size, fixed the issue. I don't know what changed in 18.2 in that regards, but I must say that I'm happy that my use case allows for reducing the image size. Any detail would be appreciated, in order to ensure that everything is working as it should. Thanks!
1w
Reply to CMAltimeter absolute altitude delivery BROKEN (super slow & inaccurate)
So I confirm that this became a mess. A device can become uncalibrated, probably when he stays inside for a significant amount of time. The issue is that going outside with clear GPS signal is not a good solution. It might take A LOT of time for the device to recover (my watch, for example, never re-calibrated). If it does, the app using CMAltimeter might enter a weird behavior, due to the delivery of inaccurate events. I don't know what happened with the latest updates, but I have 2 production apps facing major issues.
Jun ’24