You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check if the tensorflow header files are located in "tensorflow/lite/kernels/register.h"? In earlier versions the headers are in "tensorflow/contrib/lite/kernels/register.h".
App successfully builts on Android. but get this error on IOS
Code : https://github.com/Techno-Disaster/PlushieMate
Error output from Xcode build:
↳
** BUILD FAILED **
Xcode's output:
↳
=== BUILD TARGET tflite OF PROJECT Pods WITH CONFIGURATION Debug ===
/usr/local/bin/flutter/.pub-cache/hosted/pub.dartlang.org/tflite-1.0.4/ios/Classes/TflitePlugin.mm:19:10: fatal error: 'tensorflow/lite/kernels/register.h' file not found
#include "tensorflow/lite/kernels/register.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
The text was updated successfully, but these errors were encountered: