Could not find a file named "pubspec.yaml" when i excute flutter pub get in waterbus
Closed this issue · 1 comments
mohamedegy107 commented
ERROR BODY
Could not find a file named "pubspec.yaml" in https://github.com/waterbustech/flutter-webrtc.git 1ea130539f4612256b04997dc7652fbd7f3ccdbf.
lambiengcode commented
- Try to remove
pubspec.lock
:
rm -rf pubspec.lock
- Install Dependencies
on Android
:
flutter pub get
on iOS
:
cd ios
chmod +x clean-pods.sh
./clean-pods.sh