Flutterby™! : Can I just say fuck this latest XCode

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

Can I just say fuck this latest XCode

2023-09-24 18:10:02.151197+02 by Dan Lyke 6 comments

Can I just say fuck this latest XCode release? Every single project I work on is breaking in some weird-ass way because of it. Currently trying to figure out why qmake has decided to hork up a hairball on building SquareDesk.

[ related topics: Work, productivity and environment ]

comments in ascending chronological order (reverse):

#Comment Re: Can I just say fuck this latest XCode made: 2023-09-24 19:43:32.414186+02 by: markd

it's made one of work's CI pipelines explode in memory usage running tests. And now I'm figuring out why audio is not playing in a side project. Xcode has single-handedly destroyed so many "I think I'll do some fun programming today"

#Comment Re: Can I just say fuck this latest XCode made: 2023-09-25 20:56:21.482235+02 by: Mars Saxman

Each instance of irritating XCode churn motivated me to do more of my coding on Linux, which prorgessed into doing *everything* on Linux...

#Comment Re: Can I just say fuck this latest XCode made: 2023-09-26 00:15:02.893276+02 by: Dan Lyke

I currently have a 2018 MacBook Pro with a battery replacement as my personal laptop, and I'm using Logic Pro occasionally, and though that's absolutely a nadir of Apple hardware, but doesn't run Linux really well because touchbar, I've been having a lot of trouble justifying a Linux laptop.

But 100% yes. I miss Claws mail. I miss real package management. I miss builds that just work.

#Comment Re: Can I just say fuck this latest XCode made: 2023-09-26 23:03:02.549014+02 by: markd

I miss having git bisect being a useful tool. Given how often Apple breaks, well, everything, most of my git bisect time is "ok, how do I work around this missing symbol, or xcode trying to link with the wrong thing on the wrong platform.

#Comment Re: Can I just say fuck this latest XCode made: 2023-09-30 15:13:34.531783+02 by: meuon

and I'm still using "joe" via CLI/SSH on a server... and loving it.

#Comment Re: Can I just say fuck this latest XCode made: 2023-10-01 18:45:30.062444+02 by: Dan Lyke

Yeah, unfortunately XCode and the compiler on this platform are tightly linked.