下载 tensorflow 代码,到目录
/tensorflow/contrib/lite/examples/ios/simple/
安装pods
sudo gem install cocoapods pod install --verbose --no-repo-update
漫长的等待后打开
simple.xcworkspace
报错
tensorflow/contrib/lite/schema/schema_generated.h:7:10: 'flatbuffers/flatbuffers.h' file not found
FlatBuffers 没装
xcode-select --install
brew install automake brew install libtool
下面命令需要退到 根目录下执行,否则找不到对应目录,另需已安装 wget
tensorflow/contrib/lite/download_dependencies.sh
在 cp 前 莫名 有个 echo ,导致 cp 不执行。需要手动下载这些包,再传到制定目录。
tensorflow/contrib/lite/build_ios_universal_lib.sh
编译不成功,感觉 这个 lite 版的 ios 还没有完工。也可能是我这台 imac的问题,回家用macpro 试试再说。