I've put several hours into getting CTags working. brew install ctags works great, but the instructions for getting that version of ctags to be used by this package are incorrect.
OS X Apps aren't running ~/.profile, ~/.bash_profile, or /etc/paths before locating 'ctags'.
Furthermore, providing a CTags.sublime-settings file
{
"ctags_command" : "/usr/local/bin/ctags -R -f .tags"
}
Doesn't fix the problem, still getting
EnvironmentError: (u'ctags -R -f .tags', 1, 'ctags: illegal option -- R\nusage: ctags [-BFadtuwvx] [-f tagsfile] file ...\n')
I can generate the ctags manually at the command-line just fine.