I want to check the output of the preprocessor for some files. How can i view the preprocessor's output in Xcode 4?
feedback
|
|
Xcode 4.1 features now "Preprocessor or Assembly Output". All be happy! | |||||||||||
feedback
|
|
You can choose the "Show the Assistant editor" view in the top right set of buttons in the toolbar. Then, in the new editor pane that comes up on the right-hand side you can click the little suit and bow-tie icon at the top of the pane and choose the "Generated Output" option from the drop-down. From there you can choose to view either the pre-processor output or the assembly output. | |||||||
feedback
|
|
You can always just run the preprocessor on the files from the command line using the
Then you can just open up the output file in a text editor. | |||
feedback
|
|
I did not find any way too. Seems that "Preprocess" feature is missing in Xcode 4. I haven't read any document from apple, where they mentioned anything about this. Following uri might help you: http://pilky.me/view/15 | |||||||
feedback
|