问题
I'm using AudioKit version 4.2 and I receive this error (see attached image) after installing my app on my phone (iPhone X) - Xcode error when using AKRhodesPiano
The error is thrown after the app is compiled and installed (after the app is being opened on the device).
This is the line that I'm using:
let pianoNote = AKRhodesPiano() // error
When I change this line to a different instrument, for example -
let pianoNote = AKPluckedString() // works good!
Can someone help me figure it out?
回答1:
Some of the STK Physical models got screwed up on a recent release. We're hoping to have it resolved in AudioKit 4.2.1. Really sorry for the inconvenience.
回答2:
The problem is solved on 4.2.2 and later.
Tested and verified.
https://cocoapods.org/pods/AudioKit
来源:https://stackoverflow.com/questions/49618665/akrhodespiano-error-crush-on-audiokit-v4-2