EXC_BAD_ACCESS: Force-unwrapped animationView is nil
Sentry Issue: WORDPRESS-IOS-47QB
EXC_BAD_ACCESS: Exception 1, Code 2, Subcode 10762628356 >
KERN_PROTECTION_FAILURE at 0x28180ad04.
File "JetpackFullscreenOverlayViewController.swift", line 134, in JetpackFullscreenOverlayViewController.setupContent
File "JetpackFullscreenOverlayViewController.swift", line 80, in JetpackFullscreenOverlayViewController.viewDidLoad
File "<compiler-generated>", in JetpackFullscreenOverlayViewController.viewDidLoad
File "main.swift", line 7, in main
...
(31 additional frame(s) were not displayed)
This crash occurred 9 times, affecting 2 out of 28 users in WordPress iOS 24.3-beta (24.3.0.0).
Thanks for reporting! 👍
Shared some findings in p1708599738417049-slack-C012H19SZQ8. In summary, this may be related to #22605 where the animation view's Class in JetpackFullscreenOverlayViewController.xib also needs to be updated to LottieAnimationView.
Assigned a Blocking label as this is a new crash in the 24.3 beta.
This is fixed via https://github.com/wordpress-mobile/WordPress-iOS/pull/22684, and included in the beta version 24.3.0.3. Thanks @crazytonyli for the fix!