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

The 'Pods-Runner' target has transitive dependencies that include statically linked binaries: (TensorFlowLiteSwift) #48

Closed
fuhaixiao opened this issue May 14, 2023 · 7 comments

Comments

@fuhaixiao
Copy link

fuhaixiao commented May 14, 2023

I followed the iOS Initial setup to placed TensorFlowLiteC.framework in ~/.pub-cache/hosted/pub.dartlang.org/tflite_flutter-<plugin-version>/ios/,
then ran pod update in the ios folder and output " The 'Pods-Runner' target has transitive dependencies that include statically linked binaries: (TensorFlowLiteSwift)" .

What am I doing wrong?

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.10.0, on macOS 13.3.1 22E772610a darwin-arm64, locale
zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.2)
[✓] VS Code (version 1.78.2)

@FahadAhmed721
Copy link

FahadAhmed721 commented May 18, 2023

I am also stuck the same issue. Even I can't find this tflite_flutter folder inside pub.dartlang

@supratikkoley
Copy link

Any update on this???

@PaulTR
Copy link
Collaborator

PaulTR commented May 18, 2023

Waiting on #49, which will have a different route for this.

@unifractal
Copy link

I am seeing the same issue, i'm on an M2 mac, so the previous versions have proven to be difficult to run as well.

@ChangJoo-Park
Copy link

ChangJoo-Park commented May 22, 2023

Same issue here on M1 mac

@luiscib3r
Copy link
Contributor

Try with tflite_flutter: ^0.10.0. All dependencies are downloaded using CocoaPod, you do not need to download or include any TensorFlow build in your application.

@fuhaixiao
Copy link
Author

@luiscib3r it works! thanks for you great job!

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

No branches or pull requests

7 participants