1

while running my flutter project on ios, got this error. I basically use tfilte_flutter for face detection. I am having Mac M2.

1 Answers1

0

You need to download TensorFlowLiteC.framework files from that package. You can get all information at pub.dev

Moritz Ringler
  • 9,772
  • 9
  • 21
  • 34
  • 2
    i already copied the TensorFlowLiteC.framework folder to pub cache tflite package path and there in ios folder. After this do i have to run a command or something because its showing same thing even with this. – Faisal Mushtaq Mar 02 '23 at 08:34
  • Have you unzipped the folder downloaded zip folder? – Rafat Meraz Mar 02 '23 at 08:49