Skip to content

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 requested review from andrewheard and paulb777 July 18, 2023 16:32
@ncooke3 ncooke3 marked this pull request as ready for review July 18, 2023 16:32
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

3 participants