dfox
dfox

Reputation: 13

Xcode binary not including images

I'm having a problem, have searched, and cannot figure this out. I added some new PNG images to an app and everything is working properly in the Simulator, however after I archive and run on a device, none of the new images are included.

I've checked the targets, paths, and everything seems fine but they are not included in the archived file. I've tried cleaning it and re-archiving many times but the results are the same. What could I be missing?

Upvotes: 0

Views: 103

Answers (1)

Jeremiah Smith
Jeremiah Smith

Reputation: 740

Make sure you name the files correctly, any typo can cause the misbehavior, e.g. capitals or non-capitals, resources should always have their extensions and so on.

Upvotes: 1

Related Questions