tensorflow / flutter-tflite

Apache License 2.0
462 stars 124 forks source link

Not work for '--obfuscate' build. #125

Open BlockRen opened 1 year ago

BlockRen commented 1 year ago

After the build: flutter build ipa --obfuscate --split-debug-info=./symbols

The ipa uploaded to the ios testflight can download and run, but the tensorflow lite related functions can not give response.

VadymPinchuk commented 1 year ago

I suppose it is because TFLite model are kicked :) but need to check