flutter-tflite
flutter-tflite copied to clipboard
Failed to lookup symbol 'TfLiteInterpreterOptionsCreate': dlsym(RTLD_DEFAULT, TfLiteInterpreterOptionsCreate): symbol not found
I reported an error while exporting tflite_flutter as framework through the flutter module to the iOS native project. flutter 3.7.0,xcode 14.
I saw that someone said that there was a way to solve it, but it didn't work for me.
- In Xcode, go to Target Runner > Build Settings > Strip Style
- Change from All Symbols to Non-Global Symbols
Does anyone know how to fix this, please.