Skip to content

Stop shadowing dataTask method on NSURLSession#1721

Closed
joesus wants to merge 1 commit intofacebook:masterfrom
joesus:export-D27920718
Closed

Stop shadowing dataTask method on NSURLSession#1721
joesus wants to merge 1 commit intofacebook:masterfrom
joesus:export-D27920718

Conversation

@joesus
Copy link
Copy Markdown
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
Copy Markdown
Contributor

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

@facebook-github-bot
Copy link
Copy Markdown
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