-
Notifications
You must be signed in to change notification settings - Fork 749
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 [email protected] up to the latest [email protected] 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