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 中有一个方案。我编辑了这个方案,以便Build有一个Pre-Action,并且那个 action 是一个script。
该脚本很简单 - 它转储预处理器定义:cpp -dM < /dev/null.
cpp -dM < /dev/null
我在哪里可以找到脚本的输出?
将此行添加到预操作脚本
pwd > ~/current_directory.txt
然后检查你的主目录中的文件 current_directory.txt