Skip to content

fix(iOS): resolve double optional type error in defaultArtboardViewModel#256

Merged
mfazekas merged 1 commit into
mainfrom
fix/ios-double-optional-artboard
May 14, 2026
Merged

fix(iOS): resolve double optional type error in defaultArtboardViewModel#256
mfazekas merged 1 commit into
mainfrom
fix/ios-double-optional-artboard

Conversation

@mfazekas
Copy link
Copy Markdown
Collaborator

Unwrap riveFile upfront to avoid RiveArtboard?? from try? combined with optional chaining. Fixes build failure on Xcode 26.3+.

Closes #255

Unwrap riveFile upfront to avoid `RiveArtboard??` from `try?` combined with optional chaining. Fixes build failure on Xcode 26.3+.

Closes #255
@mfazekas mfazekas force-pushed the fix/ios-double-optional-artboard branch from e530040 to 25548e0 Compare May 13, 2026 19:47
Copy link
Copy Markdown
Contributor

@HayesGordon HayesGordon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@mfazekas mfazekas merged commit 8e5d3ec into main May 14, 2026
9 checks passed
@mfazekas mfazekas deleted the fix/ios-double-optional-artboard branch May 14, 2026 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot assign value of type 'RiveArtboard??' to type 'RiveArtboard?'

2 participants