tags:

views:

8

answers:

1

Hello,

Is there any possibility to see preprocessed files before they are compiled in Xcode? In Visual Studio has the option "Generate Preprocessed File" (options->C/C++->preprocessor).

Thanks!

+2  A: 

Right click on a file and chose "Preprocess"...

Macmade
I never seen this option:) Thanks! It works:) Very useful to find macro errors!
Felics