0

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

enter image description here

Omatt
  • 8,564
  • 2
  • 42
  • 144

1 Answers1

0

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.

Omatt
  • 8,564
  • 2
  • 42
  • 144