Almo
Almo

Reputation: 15861

iPhone App finds and loads image not inside .app

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

Answers (2)

Jesse Naugher
Jesse Naugher

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

William Jockusch
William Jockusch

Reputation: 27295

Possibly. If you keep the same Bundle ID, your iPhone can confuse the two apps.

Upvotes: 1

Related Questions