flutter-tflite icon indicating copy to clipboard operation
flutter-tflite copied to clipboard

Failed to lookup symbol 'TfLiteInterpreterOptionsCreate': dlsym(RTLD_DEFAULT, TfLiteInterpreterOptionsCreate): symbol not found

Open shuizhuyu1015 opened this issue 9 months ago • 0 comments

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.

111

I saw that someone said that there was a way to solve it, but it didn't work for me.

  1. In Xcode, go to Target Runner > Build Settings > Strip Style
  2. Change from All Symbols to Non-Global Symbols

Does anyone know how to fix this, please.

shuizhuyu1015 avatar May 27 '24 11:05 shuizhuyu1015