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

[Infra] Fix warning in Auth's AuthWebViewController.swift #13634

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ncooke3
Copy link
Member

@ncooke3 ncooke3 commented Sep 13, 2024

TODO: Needs manual testing to ensure async delegate method is called in app built with Xcode 15 (and <iOS 18) and app built with Xcode 16 (and iOS 18).

Fix #13507

This appears to avoif the #ifs needed in this workaround.

#no-changelog

Copy link
Member

@paulb777 paulb777 left a comment

Choose a reason for hiding this comment

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

Good find! Does this make a difference for #13645?

@ncooke3
Copy link
Member Author

ncooke3 commented Sep 17, 2024

Good find! Does this make a difference for #13645?

The code in this PR is only used on macCatalyst, so it will not have an effect on #13645 (I'll look into that separately though).

FYI, I'm waiting on a profile to test this PR with (need a new one for mac builds).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FirebaseAuth] Preconcurrency warning building with Xcode 16
3 participants