Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS TFlite 1.13.1: FIXED build errors, warnings and depreciated methods #119

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

iDuckDark
Copy link

Solutions:

Build Errors

  1. Header File for updated TFlite 1.13.1
    #include "tensorflow/contrib/lite/kernels/register.h" to
    #include "tensorflow/lite/kernels/register.h"

  2. 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

  1. Fixed some warnings including upgrading to validate project settings and removing depreciated methods
  2. Added default image for 4 inch devices

@iDuckDark
Copy link
Author

Visited https://cla.developers.google.com/ , I signed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant