You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lottie 4.3.4 (Added by Swift Package under Xcode 15.0)
Expected Behavior
Not throwing Swift Error in debugger.
Actual Behavior
When Swift Error breakpoint is active and I am about to load an animation using LottieAnimation.named("AnimationName") it throw error. When I ignore this error it recover gracefully and play animation as expected but I would love to use this breakpoint to capture Swift related errors.
Animation JSON
It actually does with all animations. I've tried even other 3rd party animation files.
This discussion was converted from issue #2249 on December 04, 2023 15:13.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Which Version of Lottie are you using?
Lottie 4.3.4 (Added by Swift Package under Xcode 15.0)
Expected Behavior
Not throwing Swift Error in debugger.
Actual Behavior
When Swift Error breakpoint is active and I am about to load an animation using
LottieAnimation.named("AnimationName")
it throw error. When I ignore this error it recover gracefully and play animation as expected but I would love to use this breakpoint to capture Swift related errors.Animation JSON
It actually does with all animations. I've tried even other 3rd party animation files.
Beta Was this translation helpful? Give feedback.
All reactions