NSBlog
"A failure in the hot air department"
Showing entries tagged "xcode". Full blog index.
Friday Q&A 2015-08-14: An Xcode Plugin for Unsmoothed Text
at 2015-08-14 14:11
Getting Xcode to display unsmoothed text in its editor has been an ongoing battle which finally required me to write an Xcode plugin to impose my will. Several readers asked me to discuss how it works, which is what I'm going to do today.
Solving Simulator Bootstrap Errors
at 2012-05-07 20:06
I'm sure every iOS developer has seen the dreaded bootstrap error. "Couldn't register com.yourcompany.yourapp with the bootstrap server. Error: unknown error code. This generally means that another instance of this process was already running or is hung in the debugger." After nearly throwing my Mac out the window for the Nth time today, I finally managed to come up with a simple fix. Run this in the shell:
launchctl list|grep UIKitApplication|awk '{print $3}'|xargs launchctl remove
. And your bootstrap errors magically melt away.It's a Poor Carpenter Who Blames His Tools or: Xcode Sucks Again
at 2008-10-08 20:28
The title isn't wholly appropriate because I'm not going to blame my tools, per se, just complain about them a whole lot. It occurred to me that we as programmers really don't have any good tools, and this has been annoying me for some time.
Making Xcode Better at 2006-05-31 00:00
I don't normally post these kinds of articles that are just links, but I really like this link, and also I haven't posted in a long time and I don't want anybody to think I'm dead. So I present to you: King of the Xcode. On the unlikely chance that there are any Apple employees reading who have a say in this sort of thing, please please please take his advice. I hold no illusions about my readership, but I am nothing if not hopeful.