XCode archive error 'No such module flutter_downloader' when using AppDelegate.swift
Asked
Active
Viewed 1,366 times
0
-
Does this answer your question? [Getting error "No such module" using Xcode, but the framework is there](https://stackoverflow.com/questions/29500227/getting-error-no-such-module-using-xcode-but-the-framework-is-there) – HeIsDying Sep 27 '21 at 01:30
-
no its not that – Milan Sharma Sep 27 '21 at 01:35
-
please try to clean the project and re-install the pods may help you. – Rohit Chaurasiya Sep 27 '21 at 06:32
-
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Oct 05 '21 at 09:51
-
how did you sove the issue – Anand Mar 15 '23 at 07:36
1 Answers
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