-
Notifications
You must be signed in to change notification settings - Fork 145
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
Comments
I am also stuck the same issue. Even I can't find this tflite_flutter folder inside pub.dartlang |
Any update on this??? |
Waiting on #49, which will have a different route for this. |
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. |
Same issue here on M1 mac |
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. |
@luiscib3r it works! thanks for you great job! |
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)
The text was updated successfully, but these errors were encountered: