vadymmarkov / Beethoven

:guitar: A maestro of pitch detection.
https://github.com/vadymmarkov
Other
824 stars 146 forks source link

fix: sets `SWIFT_VERSION` to `4.0` #71

Closed fetzig closed 1 year ago

fetzig commented 4 years ago

I can't seem to build in Xcode 11 with Beethoven 4.0.2 installed via cocoapods.

It seems like SWIFT_VERSION was the issue.

Repo steps: use pod 'Beethoven' do pod update build via Xcode 11 -> Error: unsuppored SWIFT_VERSION 3...

No error when using the fork with the changes from this PR: pod 'Beethoven', :git => 'https://github.com/fetzig/Beethoven.git'