Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

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

Open
iDuckDark wants to merge 4 commits into
googlecodelabs:masterfrom
iDuckDark:master
Open

iOS TFlite 1.13.1: FIXED build errors, warnings and depreciated methods #119
iDuckDark wants to merge 4 commits into
googlecodelabs:masterfrom
iDuckDark:master

Conversation

@iDuckDark

Copy link
Copy Markdown

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
Copy Markdown
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant