-
Notifications
You must be signed in to change notification settings - Fork 751
Known Issues and Problems
flagman5 edited this page Feb 2, 2019
·
4 revisions
https://github.com/zmxv/react-native-sound/issues/259
- 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 RN@0.45 up to the latest RN@0.47.2 The version of react-native-sound is 0.10.4
You would need <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
in your AndroidManifest.xml