bastienFalcou / SoundWave

Illustrate your sound waves on the fly 🚀
MIT License
611 stars 94 forks source link

Restricted source files to .swift files #34

Closed clarenceji closed 5 years ago

clarenceji commented 5 years ago

There is a .xib file included in Build Phases > Compiled Sources which is not necessary.

If you choose not to include use_frameworks! in Podfile, Xcode compiler will throw the following error because the .xib file is included in Compiled Sources:

invalid task ('StripNIB /Users/{USERNAME}/Library/Developer/Xcode/DerivedData/Example-apynrmdbwhgcqmdzamcekuagnuay/Build/Products/Debug-iphoneos/SoundWave/AudioVisualizationView.nib') with mutable output but no other virtual output node (in target 'SoundWave')

This may also be solving the problem in issue #18.

bastienFalcou commented 5 years ago

Fantastic @clarenceji, thank you so much for the contribution!