tflite_flutter_plugin
tflite_flutter_plugin copied to clipboard
Initial setup instructions missing a step for iOS
I'm on a M1 Mac.
It took me a while to discover that I need to run "dart pub get" first to before the .pub-cache directory was created.
Then mv ~/Downloads/TensorFlowLiteC.framework ~/.pub-cache/hosted/pub.dartlang.org/tflite_flutter-0.9.0/ios/
worked and I succeeded in build and running test app on a connected iPhone.
thank you. This really helps
Stumbled over this comment after hours of trying... Thank you a ton, finally my app is running on iOS!