andreaskeller / react-native-audioplayer

Small audio player library for react native
MIT License
104 stars 32 forks source link

Must check "Create groups" when adding files to Xcode project #4

Open gnestor opened 9 years ago

gnestor commented 9 years ago

When I added my sound files to my Xcode project the first time, I simply checked "Create folder references" vs. "Create groups" under the "Added folders" option. AudioPlayer.play wasn't playing any audio, so the sound files were not making it in the bundle. I tried adding the files again and checked "Create groups" and it worked. If this is not an isolated case, you should add this instruction to the README.