• 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: Andrew Collier <email@hidden>
  • Date: Tue, 25 Nov 2003 01:49:56 +0000

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.

  • Follow-Ups:
    • Re: Xcode incremental build problem
      • From: Jean Bovet <email@hidden>
  • Prev by Date: Re: Turning off spurious C warning in XCode ?
  • Next by Date: Key Bindings
  • Previous by thread: Re: Xcode incremental build problem
  • Next by thread: Re: Xcode incremental build problem
  • Index(es):
    • Date
    • Thread