You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.