Skip to content
Andy Arvanitis edited this page Mar 17, 2014 · 18 revisions

With a few limitations, Eero can be integrated with Xcode 5.1 on Mavericks.

The easiest way to install and update Eero Xcode support is through Alcatraz. This method is highly recommended! If you don't want to use Alcatraz and want a standalone installer, you can find all recent versions here.

The plugin supports building, source-level debugging, static analysis, syntax coloring, autocompletion, and basic jump-to-definition. Almost all target types are supported, including OS X and iOS (simulator and device). The one (current) exception is arm64; this is pending Apple's release of the appropriate source code into the open source version of clang.

Limitations

  • Full indexing doesn't currently work, so syntax coloring is limited to lexical (keyword-based) parsing. Semantic recognition of non-built-in types, functions, etc., is not supported yet.

  • "Live issues" is not currently supported.

  • Autocompletion and jump-to-definition within header files is not supported yet.

These features are under investigation, so please stay tuned. Or better yet, feel free to contribute these capabilities yourself!

Clone this wiki locally