Question

I'm trying to export a Xcode project to my new mac, but at the time of creating the project, when added images I didn't check the "Copy to destinations folder".

So, when I open the Folder containing the project some images are missing.

enter image description here

Is there no other way but coping all those individual images and exporting them too? ( about 100 )

Thanks!

Was it helpful?

Solution

If you put all your resources into a single folder and then drag that folder into Xcode and then when the "Choose options for adding these files" sheet pops up you select the "Create folder references for any added folders" then that folder will be added by reference and whatever files are in it will be copied to your application bundle at build time. This means that you won't have to individually manage each image file… just add the ones you want to the referenced folder. enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top