Search code examples
iosswiftaudiokit

Module 'AudioKit' has no member named 'output' How to check the version of AudioKit actually got installed


pod 'AudioKit', '4.11.2'
pod 'Charts', '3.6.0'

My podfile includes two pods: AudioKit and Charts.

I am currently using AudioKit version 4.11.2 and got this error

Module 'AudioKit' has no member named 'output'

Xcode Error Image

So I wonder, how can I find the actual version of AudioKit that has been installed on my machine. I do not want to upgrade to AudioKit version 5 since the whole codebase is based on version 4. I am planning to change the entire code after I can run the app first.


Solution

  • Please use AKManager.output instead of AudioKit.output