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

Stop shadowing dataTask method on NSURLSession #1721

Closed
wants to merge 1 commit into from

Conversation

joesus
Copy link
Contributor

@joesus joesus commented Apr 21, 2021

Summary:
This was causing issues in calling the dataTask(with: URL) method on instances of NSURLSession.

Moves the default conformance to the places that use it so it's not in the header for Basics which is public when using CocoaPods.

Should resolve: #1643 and #1718

Differential Revision: D27920718

Summary:
This was causing issues in calling the `dataTask(with: URL)` method on instances of `NSURLSession`.

Moves the default conformance to the places that use it so it's not in the header for Basics which is public when using CocoaPods.

Should resolve: facebook#1643 and facebook#1718

Differential Revision: D27920718

fbshipit-source-id: 58f88e9489ded6db001b5c4f179538025e604236
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D27920718

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in abd3f6c.

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.

FBSDKSessionProviding is not the best way for Swift interoperability reasons
2 participants