Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes Unexpectedly Found Nil When Unwrapping Optional in WebAuthenticationPresenter #22

Merged
merged 4 commits into from
Jan 15, 2023

Conversation

kevvdevv
Copy link
Contributor

This pull request fixes the unexpectedly found nil when unwrapping optional by using ASPresentationAnchor() for iOS 13+ and MacOS 10.15+, otherwise defaults to original behavior.

Copy link
Owner

@stleamist stleamist left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution!

I have pushed a commit to your fork resolving merge conflicts for v2.4.0 😄

@exentrich
Copy link

Please merge this fix!

…ationPresenter.swift

Co-authored-by: Dongkyu Kim (Max) <stleamist@me.com>
@stleamist
Copy link
Owner

Great! I really appreciate your work on fixing this issue!

This improvement will be available in v2.4.1 shortly :)

@stleamist stleamist changed the base branch from main to develop January 15, 2023 05:24
@stleamist stleamist self-assigned this Jan 15, 2023
@stleamist stleamist merged commit 3ece7dd into stleamist:develop Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebAuthenticationSession fails on iOS 14.1 Unexpectedly found nil while unwrapping an Optional value
4 participants