It's okay
2022-03-16 23:15:02.529468+01 by Dan Lyke 2 comments
It's okay, XCode, it's not like you could have possibly seen that those header files changed and therefore you should probably have tried to rebuild the C files that included them.
2022-03-16 23:15:02.529468+01 by Dan Lyke 2 comments
It's okay, XCode, it's not like you could have possibly seen that those header files changed and therefore you should probably have tried to rebuild the C files that included them.
comments in ascending chronological order (reverse):
#Comment Re: It's okay made: 2022-03-17 17:15:32.729942+01 by: markd
it's conservation of compiling - in my current client project, changing a swift file recompiles *all* the objc files. Luckily those build much faster.
#Comment Re: It's okay made: 2022-03-23 00:52:13.030329+01 by: Dan Lyke
I've learned to do a "Product->Clean Build Folder" and a rebuild before check-in.