flutter-plugins icon indicating copy to clipboard operation
flutter-plugins copied to clipboard

noise_meter 3.0.3

Open ManthanSutariya opened this issue 2 years ago • 6 comments

Device / Emulator and OS

  • Device: iPhone 13
  • OS: iOS 15.2

Describe the bug

[!] No podspec found for audio_streamer in .symlinks/plugins/audio_streamer/ios

To Reproduce

Run Pod install inside ios directory

pod install

ManthanSutariya avatar Mar 03 '22 10:03 ManthanSutariya

+1

dannyalbuquerque avatar Mar 03 '22 21:03 dannyalbuquerque

I'm also having the same issue. Is there any workaround in the meantime?

selarom-epilef avatar Mar 23 '22 16:03 selarom-epilef

You should copy some files and folder from example project to your project.

Example project > ios > .symlinks > plugins > audio_streamer > ios > [Copy all folder and files]

Paste it your project > ios > .symlinks > plugins > audio_streamer > ios > Paste here

And now you can install pod, it worked on me

devibrahimkarahan avatar Mar 25 '22 14:03 devibrahimkarahan

+1

asawilliams avatar Apr 16 '22 02:04 asawilliams

Reason - #540

audio_streamer deployed not propely on pub.dev.

Work around

Add below your pubspec.yaml. It is update your audio_streamer from the latest git not pub.dev.

dependency_overrides:
  audio_streamer:
    git:
      url: https://github.com/cph-cachet/flutter-plugins.git
      path: packages/audio_streamer
      ref: master

dfdgsdfg avatar Apr 27 '22 07:04 dfdgsdfg

@bardram could you please deploy a new version to pub.dev?

nohli avatar Jun 08 '22 07:06 nohli