Skip to content

Known Issues and Problems

flagman5 edited this page Feb 2, 2019 · 4 revisions

iOS8 needs the CoreFoundation.framework

https://github.com/zmxv/react-native-sound/issues/259

  1. run NPM install react-native-sound
  2. run react-native link react-native-sound
  3. 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

Playing sound over bluetooth speaker

You would need <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> in your AndroidManifest.xml