2013年02月16日
Titanium StudioでAlloyをシミュレータで実行しようとしたらエラーになったでござる。
alloyをシミュレータから実行しようと思ったら、以下のエラーがでました(笑)
Launching simulator process failed Unable to locate the CLI executable. Please restart Studio or use Help > Check for Titanium Updates to install Titanium CLI.
.zshrcにパスを通してalloyコマンドも使える状態なのにおかしいなぁーと.. も、もしかしたらbash_profileに書いたら行けるのかな?とかおもったら本当にできたw
$ vim ~/.bash_profile
export PATH=$PATH:/usr/local/share/npm/bin
なんというzsh使いイジメ(´・ω・`)
てかmacのアプリって基本bashになるんすか?そのへんよくわからないっす。