Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resources not copied to bundle

I have an XCode project for an iOS application, and added to it 3 small mp3's in the structure that are copied to the destination bundle upon compilation.

I have then added a bigger mp3's (4MB) to the structure (same folder than the previous ones) and into the Build Phases:
enter image description here However upon compilation, this file is not present in the bundle. I tried to clean and recompile, change destination, but the file is still absent:
enter image description here

Anything I could have forgotten to check ?

Thanks.

like image 520
Laurent Crivello Avatar asked Aug 05 '14 10:08

Laurent Crivello


1 Answers

Go to your build phase->resources and check these files are showing there or not and check when you add them did you allow them to copy when required checkbox was selected or not.

like image 187
Retro Avatar answered Oct 21 '22 08:10

Retro