fluttercandies / flutter_image_compress

flutter image compress
MIT License
633 stars 214 forks source link

_OBJC_CLASS_$_ImageCompressPlugin #259

Open hemAndroid20 opened 1 year ago

hemAndroid20 commented 1 year ago

I'm getting below error

Undefined symbol: _OBJCCLASS$_ImageCompressPlugin

Using flutter_image_compress: ^2.0.4 in Flutter. We build a feature in Flutter and integrating that in native iOS, hence we ran the command to get the file from Flutter repo.

flutter build ios-framework --cocoapods --obfuscate --split-debug-info=split-debug-info --no-profile --no-tree-shake-icons

How to solve this error. Due to this, we can't able to build the app for iOS.