XCode archive error 'No such module flutter_downloader' when using AppDelegate.swift

XCode archive error 'No such module flutter_downloader' when using AppDelegate.swift

The error indicates that it's unable to locate the imported flutter_downloader package. You can head to the Flutter project folder and run flutter clean and flutter pub get to download the plugins again.