Reputation: 4110
When I compile my iPhone application, i don't know why, while compiling Xcode is copying on my iPad many fines that are not relevant for the project like photographs, files, mp3, and other stuff in my documents and downloads folder. I checked in my project files and folders, and there is no copy of the unwanted folders and files. there was a link to my downloads folder, but I deleted it. Anybody know why?? >For this reason my app under usages is said to be 2.5 gb big!!
Upvotes: 0
Views: 243
Reputation: 69047
Go to your target Build Phases and look for the Copy Bundle Resources phase.
There, you will find a list with all the files that are copied over to your bundle. Just remove those you do not want to be copied.
(source: ajaxapp.com)
Upvotes: 1