-
Notifications
You must be signed in to change notification settings - Fork 27
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
Please rewrite project to use CocoaPods #22
Comments
I tried again to build from source with sh script, finally successful build, using the latest clonned tensorflow
|
this time before building I forgot to run |
after your
|
it would be much easier to install tensorflow using CocoaPods https://www.tensorflow.org/mobile/ios_build
building from source is so much pain (when you don't even have a mac, but use virtual machines)
I tried to change it to CocoaPods by-myself, but as I saw in the project it also needs Google Protobuf files (but this lib is created/downloaded only when building tensorflow ios from source using build script build_all_ios_ssd.sh)
so it would be great to update it to CocoaPods and resolve this issue #11
remove TF-Root from project settings (as we don't need when we have tensorflow from CocoaPods)
The text was updated successfully, but these errors were encountered: