Skip to content

Known Issues and Problems

Jared Jennings edited this page Sep 10, 2017 · 4 revisions

iOS8 needs the CoreFoundation.framework

run NPM install react-native-sound run react-native link react-native-sound then run the Xcode project on an iPhone device, the app crash the moment is loads with:

"dyld: Symbol not found: _NSArray0"

While investigating I found that in Xcode's Link Binary With Libraries, if I remove the line of "libRNSound.a" then the crash disappears.

This happens with [email protected] up to the latest [email protected] The version of react-native-sound is 0.10.4

Clone this wiki locally