fluttercandies / flutter_image_compress

flutter image compress
MIT License
645 stars 218 forks source link

Flutter 2.2 can't build #180

Closed Shakle closed 3 years ago

Shakle commented 3 years ago
Снимок экрана 2021-05-19 в 10 48 52

Error during build on iOS

rlee1990 commented 3 years ago

I get the same error.

VictorUvarov commented 3 years ago

Have you tried deleting ios/Podfile.lock and then running flutter clean && flutter pub get

rawquesh commented 3 years ago

my app is getting crash when I try to hot restart.

mehulTank commented 3 years ago

I am getting the same issue

omateuscastro commented 3 years ago

The same error here!

Shakle commented 3 years ago

It seems like it started working after cleaning everything, don't really remember what exactly.

Maybe I even removed ios folder and then flutter create . it again.

So the problem is on our machines with library syncing.

bhanuka96 commented 3 years ago

same issue

I deleted .symlinks and Pods and Podfile.lock and Podfile. and then flutter clean and install pod. But no luck.

bhanuka96 commented 3 years ago

flutter_native_image user this plugin instead

AlexV525 commented 3 years ago

Should be fixed by #182 .