Re: The launch image is not visible on the iPhone device
Re: The launch image is not visible on the iPhone device
- Subject: Re: The launch image is not visible on the iPhone device
- From: Charlie Dickman <email@hidden>
- Date: Sun, 3 Jan 2010 15:04:19 -0500
I have discovered that the iPhone/iTouch build process DOES NOT UPDATE RESOURCES in the app when they change in the project. Essentially, if the resource is already in the bundle already the build doesn't change it.
To fix the problem navigate into the build folder until you find the folder(s) (one for the simulator named
Debug-iphonesimulator and 1 for the device named Debug-iphoneos (the names and presence depend on what you have built)).
Right-click on the app and select Show Package Contents.
Delete the resource you have changed and needs updating.
Now rebuild the app and the new resource will be copied into the app bundle and you should see the results when you execute the newly built app.
Personally, I consider this a bug. The build process should always copy the resources into the bundle.
On Jan 3, 2010, at 2:47 PM, Matt Neuburg wrote:
> On Fri, 1 Jan 2010 16:15:41 -0800 (PST), O <email@hidden> said:
>> Hi all,
>> Very strange,
>> It did not show up so I removed the Default.png from the project, and added it
> again.
>> This time it did show up.
>
> You may have been experiencing the issue where you are not running the build
> you think are running. This happens to me with the iPhone Simulator all the
> time: you build and run, but somehow what runs is an earlier version of the
> build. So your recent changes are not present. This does give iPhone
> development a certain fuzzy-logic quality... m.
>
> --
> matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
> A fool + a tool + an autorelease pool = cool!
> AppleScript: the Definitive Guide - Second Edition!
> http://www.tidbits.com/matt/default.html#applescriptthings
>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
Charlie Dickman
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden