Closed ChrisTitos closed 1 month ago
hmm, tested on Xcode 16 (Beta 6) w/ iOS 18 simulator, build config release, and no crash.
I did make fixes for iOS 18 in v 1.3.0
, with some follow up fixes thereafter. I'd recommend using 1.3.1
as a minimum.
If you're able to share the entire view body that you are presenting when a user taps on the link, that would be helpful
Ok I was able to get a similar crash when using old versions of Engine, the core dependancy of Transmission.
Please Transmission v 1.3.1
or higher, as that sets the Engine dependency to be 1.8.1
or higher which is required for the iOS 18 changes in SwiftUI that Engine needed to adopt.
Thanks for checking!. We'll upgrade. If we still get crashes we'll let you know.
Hi,
We're using the example Hero move transition (as given here with some very minor tweaks)
We've been getting crashes in Crashlytics from users who use iOS 18. We are only able to reproduce this via release builds or builds distributed via testflight, so this is very annoying to debug. The crash happens immediately when the user taps on the item that should start the transition.
We're using version 1.2.0 of this library, but we've also been able to reproduce it after upgrading to version 1.4.3
Crash log:
Any ideas?