• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Xcode incremental build problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode incremental build problem


  • Subject: Re: Xcode incremental build problem
  • From: Jean Bovet <email@hidden>
  • Date: Wed, 26 Nov 2003 21:08:08 +0100

You're right. I was this problem. After fixing the date, everything is building fine. Thanks!

Le 25 nov. 03, ` 02:49, Andrew Collier a icrit :

On Nov 23, 2003, at 23:12:36, Jean Bovet wrote:

Yes, I should, but the problem is that it is only one specific project that has this problem. I will try to find a way to reproduce it.

I had a similar symptom when some of my source files had corrupt date fields (for whatever reason, the system thought they were last modified in 2038, obviously this is more recent than the executable which was built from them).


To test if this might be what is affecting you, open a terminal and cd to your source / include directory. This command will list any suspect files:

find . -newermt now

and if the output looks sensible, this command will correct them:

find . -newermt now -exec touch "{}" ";"

HTH,

Andrew

--
--- Andrew Collier ----
---- http://www.intensity.org.uk/ ---
--
r<2+ T<4* cSEL dMS hEn/CB<BL A4 S+*<++ C$++L/mP W- a-- Vh+seT+ (Cantab) 1.1.4
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: Xcode incremental build problem (From: Andrew Collier <email@hidden>)

  • Prev by Date: Re: Debugger can't take program input?
  • Next by Date: Re: prebinding questions - "got slid"
  • Previous by thread: Re: Xcode incremental build problem
  • Next by thread: Turning off spurious C warning in XCode ?
  • Index(es):
    • Date
    • Thread