<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Xcode on Evan Hoffman</title><link>https://evan.wtf/tags/xcode/</link><description>Recent content in Xcode on Evan Hoffman</description><generator>Hugo</generator><language>en-US</language><copyright>Evan Hoffman</copyright><lastBuildDate>Tue, 29 Jul 2014 16:57:06 +0000</lastBuildDate><atom:link href="https://evan.wtf/tags/xcode/index.xml" rel="self" type="application/rss+xml"/><item><title>"You have to install development tools first." - OSX Mavericks, ruby, chef, and nokogiri</title><link>https://evan.wtf/2014/07/29/you-have-to-install-development-tools-first-osx-mavericks-ruby-chef-and-nokogiri/</link><pubDate>Tue, 29 Jul 2014 16:57:06 +0000</pubDate><guid>https://evan.wtf/2014/07/29/you-have-to-install-development-tools-first-osx-mavericks-ruby-chef-and-nokogiri/</guid><description>&lt;p&gt;I was trying to get knife ec2 working on my Mac, but even though my system Ruby was at 2.0.0, the embedded Ruby that chef/knife use (in /opt/chef/embedded/bin) was 1.9.1. Installing knife-ec2 should just be a matter of typing &amp;ldquo;gem install knife-ec2&amp;rdquo; but due to some weird issues with nokogiri, I burned about 4 hours trying to make it work. I tried everything I could find - installing iconv, libxml2, and libxslt via brew and telling &amp;ldquo;gem install&amp;rdquo; to use the custom libs in /usr/local/Cellar was the most common suggestion on StackOverflow - but nothing worked. What ended up fixing it for me was reinstalling chef. :|&lt;/p&gt;</description></item><item><title>Displaying currently-playing iTunes track in the Mac menu bar</title><link>https://evan.wtf/2011/10/21/displaying-currently-playing-itunes-track-in-the-mac-menu-bar/</link><pubDate>Fri, 21 Oct 2011 14:48:42 +0000</pubDate><guid>https://evan.wtf/2011/10/21/displaying-currently-playing-itunes-track-in-the-mac-menu-bar/</guid><description>&lt;p&gt;In an attempt to teach myself Objective C, and because I couldn&amp;rsquo;t find anything that did what I wanted, I wrote a little utility to display the currently-playing iTunes track in the Mac taskbar. Originally I had it display the full track name right in the taskbar but it was too much text for such a small space (especially on a 1440x900 screen), so now you click a little musical note and it shows you the info in a menu.&lt;/p&gt;</description></item></channel></rss>