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

No podspec found for flutter_tflite in `.symlinks/plugins/flutter_tflite/ios #255

Open
roman-bigosoft opened this issue Oct 11, 2024 · 0 comments

Comments

@roman-bigosoft
Copy link

roman-bigosoft commented Oct 11, 2024

Description:

I am using the following packages in my Flutter project:

tflite_flutter: ^0.11.0
flutter_tflite: ^1.0.1

When I try to run the app on iOS, I encounter the following error during the pod install step:

No podspec found for flutter_tflite in .symlinks/plugins/flutter_tflite/ios

### I have tried the following existing solutions:

  • Deleting the Podfile.lock and running pod install again.
  • Running flutter clean and flutter pub get.
  • Verifying that the .symlinks/plugins/flutter_tflite/ios directory exists (it contains tflite.podspec).
  • Renaming tflite.podspec to flutter_tflite.podspec and adjusting the podspec name.
  • However, none of these approaches have resolved the issue. The error persists every time I try to build the iOS project.

Environment Details:

Flutter version: 3.19.6
Xcode version: 15.4
CocoaPods version: 1.15.2
macOS version: Sonoma 14.2

Additional Information:

I have followed the troubleshooting steps in the existing issues and on Stack Overflow but haven't found a solution.

Any assistance with this issue would be appreciated.
@markmcd @densa @gustheman @readytopark @PaulTR

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

1 participant