I have an Xcode project for an iOS application and added to it 3 small mp3s in the structure that are copied to the target package when compiling.
Then I added a larger mp3 (4 MB) to the structure (the same folder as the previous ones), and to the build phases:
However, when compiling this file is not included. I tried to clean and recompile, change the destination, but the file is still missing:

Anything I could forget to check?
Thanks.
source share