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

Update FBSDK dependancy #1621

Closed
3 tasks done
matej494 opened this issue Oct 1, 2021 · 2 comments · Fixed by #1619
Closed
3 tasks done

Update FBSDK dependancy #1621

matej494 opened this issue Oct 1, 2021 · 2 comments · Fixed by #1619

Comments

@matej494
Copy link

matej494 commented Oct 1, 2021

New Feature / Enhancement Checklist

Current Limitation

Facebook SDK dependancy -> Parse/FacebookUtils
Current maximum supported version is FBSDKCoreKit (9.3.0) and currently latest version is (11.2.1).
This blocks developers from introducing newer version of FBSDKCoreKit in their app because the two libraries with different versions are conflicting.

Feature / Enhancement Description

Update the code to support the latest FBSDKCoreKit version.

Example Use Case

/

Alternatives / Workarounds

I did not find any alternatives, but perhaps handling the dependancy internally (without exposing it) would allow the developers to include newer version of FBSDKCoreKit in their project, independently of the one in Parse SDK.

3rd Party References

/

@alexionut
Copy link

alexionut commented Oct 20, 2021

We also get this
image
And there's no way of updating it

Any advice?

@drdaz drdaz linked a pull request Oct 20, 2021 that will close this issue
@benpackard
Copy link

Just as an added incentive, apparently 12.1.0 includes a fix for all those NSKeyedUnarchiver console warnings (according to this.)

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 a pull request may close this issue.

3 participants