Post #3010058
2026-04-27 10:07 UTC
The bug itself was an assumption that the library I use to trigger a "share" dialog for a file that was invalid in iOS 26, causing it to take a different code path that depended on some optional parameters being set, and thus threw an exception. The upstream lib did have a fix available, but only in a version that also had unrelated API breaking changes. Luckily, though, it was easy to work around it in app code by providing that extra parameter (since updating to a lib version that breaks the API I use would have required a lot more changes and thus a lot more testing, and this was time sensitive).
Replies (0)
No replies.