Advertise here




Advertise here

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID
Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.

xCode - Simulator not showing new changes

pi4r0npi4r0n Posts: 9New Users
edited June 2012 in iPhone SDK Development
Hello everyone ;)

I got a strange issues with my xCode. Previously I was using 4.3.2 not have 4.3.3 and in both cases (UIs) my simulator after run was not showing new changes ?? :(

Is it only me or you guys have this kind of problems as well. If you do is there a work around for this ??

Many thanks;

pi4r0n
Post edited by pi4r0n on

Replies

  • Duncan CDuncan C Posts: 8,146Tutorial Authors, Registered Users
    edited June 2012
    pi4r0n;437980 said:
    Hello everyone ;)

    I got a strange issues with my xCode. Previously I was using 4.3.2 not have 4.3.3 and in both cases (UIs) my simulator after run was not showing new changes ?? :(

    Is it only me or you guys have this kind of problems as well. If you do is there a work around for this ??

    Many thanks;

    pi4r0n
    This happened to me last week. I wasted almost 8 hours over 2 days fighting with it. At first I thought none of my changes was working, but eventually figured out that none of my changes was being saved to disk, and thus not compiled. The modified dates on the source files was old even though the changes showed in the editor and saving appeared to work. I suggest doing a select all/copy/paste into TextEdit on the files you have edited, then quitting and re-launching Xcode (check your file mod dates in the finder first.) I'm pretty sure that's what fixed it for me. (not positive what fixed it because I was trying everything I could think of.)

    I've had a number of bizarre Xcode problems with recent 4.3.x builds lately that required a quit/restart to fix.
    Regards,

    Duncan C
    WareTo

    mug

    Animated GIF created with Face Dancer, available for free in the app store.
  • pi4r0npi4r0n Posts: 9New Users
    edited June 2012
    Duncan C;438011 said:
    This happened to me last week. I wasted almost 8 hours over 2 days fighting with it. At first I thought none of my changes was working, but eventually figured out that none of my changes was being saved to disk, and thus not compiled. The modified dates on the source files was old even though the changes showed in the editor and saving appeared to work. I suggest doing a select all/copy/paste into TextEdit on the files you have edited, then quitting and re-launching Xcode (check your file mod dates in the finder first.) I'm pretty sure that's what fixed it for me. (not positive what fixed it because I was trying everything I could think of.)

    I've had a number of bizarre Xcode problems with recent 4.3.x builds lately that required a quit/restart to fix.

    Thanks for you advice Duncan C ;) unfortunately in my case I can see file modified date being changed to the correct one :(

    I wander whether it has something to do with my backup file as I am doing copy of my project and then restoring it by only changing folder title ??

    I will investigate this future and if I am lucky I will schare some notes ;)

    Cheers

    pi4r0n
  • pi4r0npi4r0n Posts: 9New Users
    edited June 2012
    I think I managed to fix it. Yesterday this issue happened again, so I decided to rename my project storyboard.

    After that my simulator started working correctly. :confused:
Sign In or Register to comment.