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

[Network] Resolve Xcode 15 Beta 4 runtime warning #114

Merged
merged 3 commits into from
Jul 18, 2023
Merged

Conversation

ncooke3
Copy link
Member

@ncooke3 ncooke3 commented Jul 14, 2023

Context

See firebase/firebase-ios-sdk#11536 for details. Xcode 15 Beta 3 introduces a runtime warning when creating an upload task from a URL request that contains a non-nil HTTPBody field. I can't find any reasoning as to why this is now a warnings, but it looks like URL request objects should only contain metadata about the request, not the data itself.

Fix firebase/firebase-ios-sdk#11536

After merging, will open a new PR with a changelog update and podspec bump. We can do a CocoaPods + SPM release for this. This will align the two, since we have done some SPM-only releases in the time since the last CocoaPods release.

cc: @htcgh, @pcfba

@ncooke3 ncooke3 marked this pull request as ready for review July 18, 2023 16:32
@ncooke3 ncooke3 merged commit b0c0c65 into main Jul 18, 2023
16 of 17 checks passed
@ncooke3 ncooke3 deleted the nc/xcode15b4-runtime branch July 18, 2023 16:54
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.

Runtime warning in GULNetworkURLSession when running on iOS17 beta built with Xcode15 beta4
2 participants