728x90
'TensorFlowLiteC.h' file not found
TensorFlowLite 파일을 찾을 수 없다고 뜨는 에러 입니다.
Tflite를 사용할 때 발생한 에러입니다.
해결방법
프로젝트 Podfile에 pod 'TensorFlowLiteC', '2.2.0' 추가한다.
그리고 터미널에서 본인 프로젝트 ios 폴더로 이동한 후에
cd 본인프로젝트ios위치
ex) cd /Users/Desktop/firstapp/ios
rm Podfile.lock
rm -r Pods
rm -r .symlinks
을 터미널에 순서대로 작성한 후에 프로젝트를 재실행 해보면 작동이 될 것이다..
'Flutter > 오류해결' 카테고리의 다른 글
[Flutter] type 'List<dynamic>' is not a subtype of type 'List<String>' (0) | 2023.01.23 |
---|---|
Flutter) CERTIFICATE_VERIFY_FAILED 에러 해결방법 (2) | 2022.09.28 |
에러 'vector' file not found (0) | 2022.07.27 |
에러 Cannot run with sound null safety, because the following dependencies (0) | 2022.07.27 |
Flutter 각종 오류 해결모음집.. (0) | 2022.07.21 |