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

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Conversation

ncooke3
Copy link
Member

@ncooke3 ncooke3 commented Sep 13, 2024

Manually tested via macCatalyst (see below comment as to why) and confirmed that delegate gets triggered in both a macCatalyst app built with Xcode 15 and an app built with Xcode 16.

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).

@ncooke3 ncooke3 added this to the 11.3.0 - M154 milestone Sep 24, 2024
@ncooke3 ncooke3 marked this pull request as ready for review September 24, 2024 17:38
@ncooke3
Copy link
Member Author

ncooke3 commented Sep 24, 2024

Updated description with confirmed testing.

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

Successfully merging this pull request may close these issues.

[FirebaseAuth] Preconcurrency warning building with Xcode 16
3 participants