Flutter で Facebook login を実装時にエラー

Flutter で flutter_login_facebook を使い、Facebook login の実装時にエラーが発生した。M1 Macならではの問題かと疑いながら調べていたが、関係はなく、解決できた。

このような感じのエラーが発生した。

`Error output from Xcode build:

objc[88641]: Class AMSupportURLConnectionDelegate is implemented in both ?? (0x2035678f0) and ?? (0x1167702b8). One of the two will be used. Which one is undefined.
objc[88641]: Class AMSupportURLSession is implemented in both ?? (0x203567940) and ?? (0x116770308). One of the two will be used. Which one is undefined.
** BUILD FAILED **
$ flutter clean
$ flutter pub get
$ cd ios
$ pod install
$ flutter build ios