Cannot build tflite on ios flutter

when i use TensorFlowLiteC version 2.10.0 i got an error TensorFlowLiteC.h not found

i got the solution from the internet and i tried to downgrade using: pod ‘TensorFlowLiteC’, ‘2.2.0’
now i got error like this

Lexical or Preprocessor Issue (Xcode): ‘vector’ file not found
/Users/suryapradipta/flutter/.pub-cache/hosted/pub.dartlang.org/tflite-1.1.2/ios/Classes/ios_image_load.h:0:9

Parse Issue (Xcode): Could not build module ‘tflite’
/Users/suryapradipta/Desktop/testdog/ios/Runner/GeneratedPluginRegistrant.m:15:8

Could not build the application for the simulator.
Error launching application on iPhone 13.

do you guys can help me what happen with this error?

Hey! Did you solve this problem.