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
- compile AudioKit-4.9.5 from source to generate AudioKit.xcframework (I had previously been using a locally compiled AudioKit iOS framework from the same source release with no issues on the non-Catalyst version)
- in the "General" tab,
- checked Mac as a deployment target
- removed the old AudioKit iOS framework
- added AudioKit.xcframework
- in "Build Settings" tab,
- change "Framework Search Paths" from the parent directory of the AudioKit iOS framework to the parent directory of AudioKit.xcframework
- in the "Build Phases" tab,
- AudioKit.xcframework appears in "Link Binary with Libraries"
- AudioKit.xcframework appears in "Embed Frameworks"
I receive the following errors,
Currently using Xcode 11.4.1.