bastienFalcou / SoundWave

Illustrate your sound waves on the fly 🚀
MIT License
596 stars 93 forks source link

Neither Example nor pod version do not work #51

Open dtc-ylvov opened 4 years ago

dtc-ylvov commented 4 years ago
  1. Downloaded newest example: fail
  2. Added pod to my project: fail

In both cases app stars, showing wave view, but never show any waves in it. Tested on iPhone 7 and iPhone XR iOS 13.3 Xcode 11.3.1

ahmedsafadii commented 4 years ago

simple pod this

pod 'SoundWave', :git => 'https://github.com/bastienFalcou/SoundWave.git', :branch => 'master'
dtc-ylvov commented 4 years ago

That helped! Thank you very much.