首页 > 其他 > 详细

ios 输出预处理后的文件

时间:2014-02-28 17:31:59      阅读:387      评论:0      收藏:0      [点我收藏+]

On the command line, gcc -E foo.m will show you the preprocessed output (just as it does for normal C/C++ files). Of course, this will also expand any #include or #import statements you may have in your code.

 

From within Xcode:

  • Xcode 3: Select the file, then Build → Preprocess.
  • Xcode 4: Select the file, then Product → Generate Output → Generate Preprocessed File.

ios 输出预处理后的文件,布布扣,bubuko.com

ios 输出预处理后的文件

原文:http://www.cnblogs.com/tanglaoya321/p/3572653.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!