That first error isn’t an Xcode issue. It’s a Swift compiler issue. And you can’t blame your IDE for your bad instincts—at some point those ritualistic fixes stopped being necessary and I haven’t had to do them for more than half a decade. You really should be digging into your code using breakpoints and logging to find the root cause. I do think Xcode has very rough edges but if we’re criticizing it, we have to crit…
Xcode Is the Worst Piece of Professional Software I Have Ever Used
141–150 of 155 posts
Re: Xcode Is the Worst Piece of Professional Software I Have Ever Used
#142Earlier quoted context omitted.
Aren't Google just matching Apple with the signing and notarization bullshit? Except Google is free?
Yes, but this doesn't mean we should put up with it. After this comes into effect in 2027 or so, you won't be able to install an app on your Google-certified phone without Google knowing, just like on iOS. What happened to user control?
Re: Xcode Is the Worst Piece of Professional Software I Have Ever Used
#143Re: Xcode Is the Worst Piece of Professional Software I Have Ever Used
#144Besides, the article reads like a noob using xcode for the first time.
Re: Xcode Is the Worst Piece of Professional Software I Have Ever Used
#145Re: Xcode Is the Worst Piece of Professional Software I Have Ever Used
#146Earlier quoted context omitted.
Is that actually true for Microsoft? How they've evolved .NET and VS Code is amazing. You can make a PR on Microsoft's repos, someone actually pays attention, you get to talk and worth with Microsoft employees, and they merge things in. Microsoft is leaps and bounds more open than Google and Apple when it comes to development tooling.
Microsoft's developer relations are highly variable: they are great in some areas (C# and .NET Core continue to be fantastic, Visual Studio's debugger is second to none, going back to gdb after it is like banging rocks together to make fire), and awful in others (if I want to write a GUI application in Windows, what should I do to be on the idiomatic happy path? Microsoft: shrug , try one of these half-dozen half-bak…
I've had to make a couple of side projects for my company and I've tried WPF, Blazor, MAUI, and Winforms.
Blazor is the best out of all of these but even it has tedious boilerplate and unintuitive state handling.
MVVM makes WPF and Winforms a hassle, and customizing the looks of components is a nightmare, where some seemingly universal attributes will either get misapplied or outright ignored.
MAUI is a nightmare to work with. Cross compilation is both slow and opaque which makes it impossible to debug and since you are interfacing with the xcode compiler as well you are forced to debug using divine inspiration and hoping it works. We tried to make an RTC AR POC app a while back and it took me 2 weeks of trying different ways to make iirc arkit or webrtc to compile with dotnet and the result was us giving up and just making the iOS version in swift/using xcode instead. I think this is why I still have fond memories of xcode because despite all of its flaws it was noticeably better than trying to cross compile an iOS app from dotnet
Re: Xcode Is the Worst Piece of Professional Software I Have Ever Used
#147It’s horrible but also kind of so good. The bugs are absolutely horrendous, swift is an abomination, the menus are completely impossible to figure out, the builds are wacky. But I’ll be damned, SwiftUI and the build and deploy process for iPhone apps is so straightforward if you can just paddle around the rocks.
Re: Xcode Is the Worst Piece of Professional Software I Have Ever Used
#148Re: Xcode Is the Worst Piece of Professional Software I Have Ever Used
#149Could some Xcode uers explain to me why AppCode (IntelliJ IDE) did not take off as an Xcode replacement? I recently had to do some iOS work, knew that Xcode sucks, wanted to try AppCode, only to learn that it was discontinued because of lack of interest.
There is a lot of interest as IntelliJ is a good IDE, but AppCode just wasn't reaching the bare minimum required to have me not use or worry about Xcode.
Re: Xcode Is the Worst Piece of Professional Software I Have Ever Used
#150It’s horrible but also kind of so good. The bugs are absolutely horrendous, swift is an abomination, the menus are completely impossible to figure out, the builds are wacky. But I’ll be damned, SwiftUI and the build and deploy process for iPhone apps is so straightforward if you can just paddle around the rocks.
How is swift an abomination? I liked it a lot in my short time with it.