Re: Major Xcode irritation

2013-08-13 Thread Robert Vojta
Yep, I did several times. Was forced to remove DerivedData, because even Clean didn't help. Sent from my iPhone > On 12. 8. 2013, at 21:31, Graham Cox wrote: > > Has anyone else run into this? > > You open a system header from the SDK into XCode, and due to muscle-memory, > absent-mindedness

Re: Major Xcode irritation

2013-08-13 Thread Maxthon Chan
I just destroy the PCHs before the projects started. Sent from my iPhone > On 2013年8月13日, at 3:31, Graham Cox wrote: > > Has anyone else run into this? > > You open a system header from the SDK into XCode, and due to muscle-memory, > absent-mindedness, reflex, lack of context or whatever, you

Re: Major Xcode irritation

2013-08-12 Thread Jean-Daniel Dupas
Le 12 août 2013 à 22:22, Kyle Sluder a écrit : > On Mon, Aug 12, 2013, at 01:11 PM, Jens Alfke wrote: >> >> On Aug 12, 2013, at 12:31 PM, Graham Cox wrote: >> >>> XCode then refuses to build because the header file mod date no longer >>> matches what was used when the precompiled headers wer

Re: Major Xcode irritation

2013-08-12 Thread Kyle Sluder
On Mon, Aug 12, 2013, at 01:11 PM, Jens Alfke wrote: > > On Aug 12, 2013, at 12:31 PM, Graham Cox wrote: > > > XCode then refuses to build because the header file mod date no longer > > matches what was used when the precompiled headers were built. > > Really?! Precompiled headers are automati

Re: Major Xcode irritation

2013-08-12 Thread Kyle Sluder
On Mon, Aug 12, 2013, at 12:44 PM, Greg Parker wrote: > Did you file a bug report? I have. , marked as a dupe of . --Kyle Sluder ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list

Re: Major Xcode irritation

2013-08-12 Thread Jens Alfke
On Aug 12, 2013, at 12:31 PM, Graham Cox wrote: > XCode then refuses to build because the header file mod date no longer > matches what was used when the precompiled headers were built. Really?! Precompiled headers are automatically regenerated if any of the headers have been touched. There s

Re: Major Xcode irritation

2013-08-12 Thread Steve Mills
On Aug 12, 2013, at 14:31:23, Graham Cox wrote: > You open a system header from the SDK into XCode, and due to muscle-memory, > absent-mindedness, reflex, lack of context or whatever, you hit cmd-S and > save it over the old header (even if it hasn't actually been changed). XCode > then refuse

Re: Major Xcode irritation

2013-08-12 Thread Simone Tellini
Il giorno 12/ago/2013, alle ore 21:31, Graham Cox ha scritto: > > If anyone could let me have a copy of NSEvent.h from the XCode 4.6.2 10.8 SDK > with the mod date 10/4/2013 12:53AM that would save my sanity and my few > remaining hairs - thanks! > if you haven't edited the file content, ca

Re: Major Xcode irritation

2013-08-12 Thread Greg Parker
On Aug 12, 2013, at 12:31 PM, Graham Cox wrote: > Given that the SDK is embedded in the app, why on earth is it even allowed to > overwrite a file there? Why do the permissions allow writing? Mysteries, > mysteries... in the meantime I will have lost half a day's productivity just > putting thi