AKRhodesPiano error (crush) on AudioKit v4.2

2019-04-09 14:53发布

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?

2条回答
仙女界的扛把子
2楼-- · 2019-04-09 15:47

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.

查看更多
可以哭但决不认输i
3楼-- · 2019-04-09 15:51

The problem is solved on 4.2.2 and later.

Tested and verified.

https://cocoapods.org/pods/AudioKit

查看更多
登录 后发表回答