I use AudioKit version 4.2 and I get this error (see the attached image) after installing my application on my phone (iPhone X) - Xcode error when using AKRhodesPiano
The error occurs after the application is compiled and installed (after the application is open on the device).
This is the line I'm using:
let pianoNote = AKRhodesPiano()
When I change this line to another tool, for example -
let pianoNote = AKPluckedString()
Can someone help me figure this out?
source
share