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

example depends on path_provider_ios which is renamed and there is no path_provider_ios #80

Closed
insignity opened this issue Jan 31, 2023 · 4 comments

Comments

@insignity
Copy link

insignity commented Jan 31, 2023

Hello, can you fix this?
Снимок экрана 2023-01-31 в 10 07 55

@ryanheise
Copy link
Owner

By any chance, did you use audio_session successfully in the past, and then found that it started giving this error recently?

@ryanheise
Copy link
Owner

I will note that the *.lock files are not checked into the git repository for audio_session, which is why I think this must be an issue with your own lock files. My theory is that your lock files point to an old dependency, and once you re-resolve the dependencies to the latest versions, the error should go away. E.g. flutter pub upgrade.

@ryanheise
Copy link
Owner

It seems in the example directory the pubspec lock file isn't checked in but the Podfile lock file is, so I can remove that. However, the pubspec lock file is primary and the podfile lock file is secondary, so if you fix your pubspec lock file I believe it should work (i.e. flutter pub upgrade)

@insignity
Copy link
Author

insignity commented Jan 31, 2023

Thank you for responding. I fixed it. The problem was with removing webview_flutter package from pubspec.yaml and expecting it to work. Because I don't really use flutter_webview in my project. I suppose that some my package depends on it and it couldn't find in dowloaded packages. Sorry for disturbing. I am closing the issue.

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

2 participants