"Update the Facebook SDK for iOS"

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.

  1. 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’

  1. Run pod update.

Using Swift Package Manager (SPM)
If your app uses SPM to integrate with the Facebook SDK for iOS, follow these steps.

  1. In Xcode, click File > Swift Packages > Add Package Dependency.

  2. In Package Repository, enter the repository URL: https://github.com/facebook/facebook-ios-sdk.

  3. In Version, select Up to Next Major and the default option.

  4. 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?

Hei, did you manage to find a solution for it? I am having the same issue and no idea how to deal with it