MCarlomagno / FaceRecognitionAuth

😀🤳 Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library.
BSD 3-Clause "New" or "Revised" License
385 stars 193 forks source link

[error] Failed to lookup symbol 'TFLGpuDelegateCreate' on IoS #63

Open balinux opened 1 year ago

balinux commented 1 year ago

i had a problem using tflite_flutter on ios, and i encountered an error like this

flutter: Failed to load model.
flutter: Invalid argument(s): Failed to lookup symbol 'TFLGpuDelegateCreate': dlsym(RTLD_DEFAULT, TFLGpuDelegateCreate): symbol not found

Please help, thanks

-- tflite_flutter: ^0.9.0

cromueloliver02 commented 11 months ago

@balinux have you already solved this issue?

balinux commented 11 months ago

@cromueloliver02 Until now it still hasn't been solved, I plan to update the tflite version and hopefully it will run well