parse-community / Parse-SDK-iOS-OSX

The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)
https://parseplatform.org
Other
2.81k stars 865 forks source link

fix: Update Facebook SDK dependency to latest version 17.x and remove ParseFacebookUtilsTvOS #1776

Closed chriscborg closed 3 months ago

chriscborg commented 3 months ago

New Pull Request Checklist

Issue Description

This aims to resolve a compatibility issue with Xcode 15.3 and the Facebook SDK, bumping Facebook SDK version to 17.x. This Pull Request forks from an existing PR https://github.com/parse-community/Parse-SDK-iOS-OSX/pull/1774. Credits to matteolongeri-ovolab.

Closes: #1775 Closes: #1773 Closes: #1764

Approach

Updated Swift package to update the Facebook SDK to latest version which resolves this compatibility issue.

To Do before merging

Credits

matteolongeri-ovolab for Pull Request #1774

parse-github-assistant[bot] commented 3 months ago

Thanks for opening this pull request!

chriscborg commented 3 months ago

After performing this upgrade, when logging in using PFFacebookUtils.logInInBackground, I'm getting an error 101 from Parse "Facebook auth is invalid for this user". Not sure how to resolve this one though. Any ideas please?

mtrezza commented 3 months ago

Closing via https://github.com/parse-community/Parse-SDK-iOS-OSX/pull/1779