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

Fix Xcode 15 compilation #1895

Closed
wants to merge 1 commit into from
Closed

Conversation

NachoSoto
Copy link

@NachoSoto NachoSoto commented Jun 11, 2024

What and why?

UIApplication.beginBackgroundTask added a default value of nil. This allows compiling on both Xcode 15 and 16.

Fixes #1892.

@NachoSoto NachoSoto requested review from a team as code owners June 11, 2024 18:10
`UIApplication.beginBackgroundTask` added a default value of `nil`. This allows compiling on both Xcode 15 and 16
@maciejburda
Copy link
Member

We decided to follow this approach: #1898

But thank you for suggesting the change! 🙇

@NachoSoto
Copy link
Author

No problem, thank you!

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.

Build error in Xcode 16 / iOS18
2 participants