[BUG] No podspec found for `flutter_sound_web` in `.symlinks/plugins/flutter_sound_web/ios`

See original GitHub issue

After the last Flutter Sound update I noticed that I can’t run a Pod install anymore. I get the following error message every time.

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

I also noticed that the podspec is named flutter_soundweb instead of flutter_sound_web. Is this a mistake or is it intentional?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:17

github_iconTop GitHub Comments

1reaction
Larpouxcommented, Nov 5, 2020

Here is the magic sequence of instructions that I execute when I have problems with Cocoapod :

cd flutter_sound/example
flutter pub get
flutter clean
cd ios
pod cache clean --all
rm Podfile.lock
pod repo update
pod install
cd ../../..
0reactions
Larpouxcommented, Nov 5, 2020

Thank you Nader, and sorry for the inconvenience.

Good luck with your dev 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues - GitHub
No podspec found for flutter_sound_web in .symlinks/plugins/flutter_sound_web/ios. I also noticed that the podspec is named flutter_soundweb ...
Read more >
Ask Question - Stack Overflow
Flutter ios No podspec found for `flutter_keyboard_visibility_web` in · i'm having the same issue and the problem is some plugin in has required ......
Read more >
No podspec found for `react-native… | Apple Developer Forums
I got clone to a repo and I installed node modules correctly without any errors, but when I run pod install in the...
Read more >
No podspec found when specifying custom git repo in Podfile
No podspec found when specifying custom git repo in Podfile ... Now, I made a fork of the repo to fix a bug...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found