Reputation: 15861
I've taken an existing iPhone app, and stripped it down to become a "New App" starter project. It has a loading screen, which references an image called "Loading_Background.png". But when I go to the .app and do "Show Package Contents", I don't see any image with this name. There isn't an image with this name in the Copy Bundle Resources in the project, either.
How is the iPhone finding and loading this non-existent image? Is it somehow finding that image in the original application which is installed on the same iPhone?
Upvotes: 0
Views: 58
Reputation: 9820
Try a clean build (and also delete the app off the iphone) sounds like you are getting something from a past build.
Upvotes: 2
Reputation: 27295
Possibly. If you keep the same Bundle ID, your iPhone can confuse the two apps.
Upvotes: 1