I have an iOS app that has been working fine with AudioKit's iOS build. I wanted to try porting to macOS w Catalyst by dropping in AudioKit.xcframework. Here is what I did
I receive the following errors,
Currently using Xcode 11.4.1.
Answering my own question here since this issue seems to be an artifact of the AudioKit module containing a AudioKit class. Renaming AudioKit class to something else fixes the issue although I'd discourage folks from doing this and instead waiting for a future AudioKit release that does this.