No such file or directory @ rb_sysopen - /ios/Pods/Local Podspecs/package.podspec.json

386 Views Asked by At

No such file or directory @ rb_sysopen - /ios/Pods/Local Podspecs/.podspec.json

1

There are 1 best solutions below

0
Oluwatosin Solarin On
  • Remove the complaining package from your .yaml file

  • Save the changes in your .yaml file, run flutter pub get

  • cd into ios directory run pod install

  • Add the packge that was complaining back to your .yaml file

  • run flutter pub get

  • Finally cd into ios directory run pod install, now run flutter run command the app should work.

  • check this out https://github.com/jpush/janalytics-flutter-plugin/issues/7