while running my flutter project on ios, got this error. I basically use tfilte_flutter for face detection. I am having Mac M2.
Asked
Active
Viewed 967 times
1 Answers
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

Rafat Meraz
- 1
- 1
-
2i 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