flutter_image_compress icon indicating copy to clipboard operation
flutter_image_compress copied to clipboard

Framework not found flutter_image_compress

Open RoleWong opened this issue 3 years ago • 5 comments

After importing this package, it shows this error when debugging and compliing: be9e0fee761c5027a864bdfdf475a172

Actually, I did execute flutter clean and pod install --repo-update, but also not works.

And, the error occurs on here: dcb8649504ad8263ce095649556d11ca

We guess, it might be cuased from the version of Mantle, as we locked it on 1.x.

Thanks a lot.

RoleWong avatar Oct 16 '22 05:10 RoleWong

Me too

buimanhhungit avatar Jun 08 '23 11:06 buimanhhungit

Me too

vlad-ed-git avatar Oct 26 '23 07:10 vlad-ed-git

same here :(

graceinsel avatar Feb 09 '24 23:02 graceinsel

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.xcworkspace from the iOS folder (NOT xcodeproj).
  • In Xcode, go to Product > Clean build folder....

I hope this will help you 🙏

amoinier avatar Jul 15 '24 08:07 amoinier

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.

smallooo avatar Aug 05 '24 11:08 smallooo