On 23/11/11 18:45, "Phil Dobbin" phildobbin@gmail.com wrote:
I cloned projectplus from git & when I ran the xcode command I got:
`-bash: xcode: No such file or directory`
So I ran:
`$ xed -project ProjectPlus.xcodeproj xed: invalid option -- o`
Whatsmore, I can't find anything on Google to help with this... I'm using 10.6.8 with Xcode 3.
Used a novel new approach to information gathering: read the man page.
$: xed ProjectPlus.xcodeproj
opens the project in XCode so then it's just a case of `build`. The plugin is copied into ~/Library/Application\ Support/TextMate/Plugins after the build finishes so all set to go.
Thanks for your help, William.
Cheers,
Phil...