Framework not found flutter_image_compress
After importing this package, it shows this error when debugging and compliing:

Actually, I did execute flutter clean and pod install --repo-update, but also not works.
And, the error occurs on here:

We guess, it might be cuased from the version of Mantle, as we locked it on 1.x.
Thanks a lot.
Me too
Me too
same here :(
I had the same problem and I succeeded in fixing it like this:
- Fix iOS platform in the iOS Podfile to iOS 12.0 (should be the first line of the file).
- Run
flutter clean && flutter pub get. - Run
pod install --repo-update. - Open
Runner.xcworkspacefrom the iOS folder (NOTxcodeproj). - In Xcode, go to
Product > Clean build folder....
I hope this will help you 🙏
same issue after update Launching lib/main.dart on iPhone 15 Pro in debug mode...
Running Xcode build...
└─Compiling, linking and signing... 2,289ms
Xcode build done. 78.5s
Failed to build iOS app
Error (Xcode): Framework not found flutter_image_compress
Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)
Could not build the application for the simulator. Error launching application on iPhone 15 Pro.