Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xcode 4 にスキームがあります。ビルドにPre-Actionがあり、そのアクションがscriptになるようにスキームを編集しました。
スクリプトは単純です。プリプロセッサの定義をダンプします: cpp -dM < /dev/null.
cpp -dM < /dev/null
スクリプトの出力はどこにありますか?
この行をアクション前スクリプトに追加します
pwd > ~/current_directory.txt
次に、ホームディレクトリの current_directory.txt ファイルを確認します