FYLSunghwan / react-native-piano-sampler

React Native Piano Sampler : Reads sf2 with FluidSynth(on Android) or sfz with AudioKit(on iOS)
MIT License
13 stars 4 forks source link

[iOS] Module 'AudioKit' has no member named 'output', 'start' #4

Open Ro4z opened 3 years ago

Ro4z commented 3 years ago

I got this error when build on iPhone XS simulator(iOS 13.7). I clearly fulfilled all prerequisites😞

스크린샷 2020-10-06 오전 11 02 53
martonszabolcs commented 3 years ago

Hi there,

The problem is the updated AudioKit/Core Please use 4. version like this: pod 'AudioKit/Core', '4.11.2' - in your app's podfile