Header File for updated TFlite 1.13.1
#include "tensorflow/contrib/lite/kernels/register.h" to
#include "tensorflow/lite/kernels/register.h"
Fixed multiple commands produced error Xcode 10 for Info.plist to prevent user from selecting Legacy Build System manually to temporarily resolve the issue. Resolved conflicts in Build Phases -> Copy Bundle Resources
Warnings
Fixed some warnings including upgrading to validate project settings and removing depreciated methods
Solutions:
Build Errors
Header File for updated TFlite 1.13.1
#include "tensorflow/contrib/lite/kernels/register.h"
to#include "tensorflow/lite/kernels/register.h"
Fixed multiple commands produced error Xcode 10 for Info.plist to prevent user from selecting Legacy Build System manually to temporarily resolve the issue. Resolved conflicts in Build Phases -> Copy Bundle Resources
Warnings