HN user

mneorr

177 karma

iOS developer

Posts8
Comments13
View on HN

You need to install Command line tools from the Preferences pane. After that you should be good to go.

We'll add that notice probably tomorrow.

There is a template called Xcode-Plugin-Template. Install Alcatraz, install the template, and you're good to go :)

The template will set your new plugin up, so you'll be ready to start coding.

One IMPORTANT downside is that Xcode doesn't support ARC, so you'll want to write -retain, -release, -autorelease