Anybody got this notification “Update the Facebook SDK for iOS” ?
does anyone know how can we update?
there are some steps:
Step 1: Update the Facebook SDK for iOS
Using Cocoapods
If your app integrates with the Facebook SDK for iOS using Cocoapods, follow these steps.
- Add the code to the podfile for the packages that are used in your app.
Example:
pod ‘FBSDKCoreKit’, ‘~> 8.0.0’
pod ‘FBSDKLoginKit’, ‘~> 8.0.0’
pod ‘FBSDKShareKit’, ‘~> 8.0.0’
pod ‘FBSDKGamingServiceKit’, ‘~> 8.0.0’
- Run pod update.
Using Swift Package Manager (SPM)
If your app uses SPM to integrate with the Facebook SDK for iOS, follow these steps.
-
In Xcode, click File > Swift Packages > Add Package Dependency.
-
In Package Repository, enter the repository URL: https://github.com/facebook/facebook-ios-sdk.
-
In Version, select Up to Next Major and the default option.
-
Complete the prompts to select the libraries you want to use in your project.
I have no idea how i should proceed with it. Anyone willing to help me?