TuningFork icon indicating copy to clipboard operation
TuningFork copied to clipboard

Not working on XCode 9 ios11

Open TheDarkRoom opened this issue 8 years ago • 2 comments

Swift compiler error in TuningFork.swift

Module compiled with Swift 3.1 cannot be imported in Swift 3.2

TheDarkRoom avatar Oct 02 '17 16:10 TheDarkRoom

A workaround is to download the latest AudioKit framework, embed it into source code. Ensure you remove references to AudioKit in the pods file. Also bring in TuningFork into your own project.

TheDarkRoom avatar Oct 03 '17 10:10 TheDarkRoom

@TheDarkRoom created pull request with update to Swift 4.2

asieiev avatar Oct 12 '18 11:10 asieiev