TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Why is Xcode so buggy?

10 pointsby iansover 9 years ago
Xcode crashes or beachballs at least once a day for me. I am not doing building anything crazy, all pretty basic apps, but I am constantly having issues with it. These issues occur across different hardware and OS X installs so I don't think it has to do with my setup. I understand it is a large complicated piece of software but for something that Apple uses in house to build pretty much all of their software products how can it be this bad?

4 comments

halotropeover 9 years ago
As I was using more and more products of jetBrains recently (IntelliJ, Android Studio, RubyMine) I thought I would give AppCode a shot. I have to say its the far better IDE in a lot of regards of refactoring, code navigation, code generation, unit testing, keyboard centricity and my beloved vim-mode and cocoapods. It lacks in regards to project settings and interface builder and is a real resource hog however you can have them running side by side. So now I use AppCode for most of the actual editing / programming and xCode for configuring certificates / signing, archiving and interface builder. Works out rather nicely as long as your machine can handle it.
paulrpottsover 9 years ago
I have not used the current version but I have used a number of previous versions, and my experience is that it certainly has not always been this way. Many versions have been very reliable for me, although granted I use it mostly for developing command line tools in C/C++. But even when doing development for iOS a couple of years ago, it was very solid. XCode has its roots in ProjectBuilder for NeXT, a long and distinguished history. Maybe they have released some bad versions. I hope they can get it together.
aaronbrethorstover 9 years ago
<p><pre><code> but for something that Apple uses in house to build pretty much all of their software products how can it be this bad? </code></pre> Probably because the Xcode team doesn&#x27;t dogfood their own tools. I forget exactly when and where this was, but I once talked to someone who interned on Xcode. He stated that almost no one who worked on Xcode actually used it, and most of them were, instead, vi users. Grain of salt, and all that, but it certainly fits.
评论 #10166932 未加载
评论 #10166829 未加载
martinniover 9 years ago
You should give AppCode a shot