2

Is it possible to view the "source" of my app code after the preprocessor of compiler parse it ?

1 Answer 1

2

Menu Build > Preprocess in Xcode.

Sign up to request clarification or add additional context in comments.

2 Comments

I thought that the preprocessor removes all white spaces. So I was expecting the code to looks like this int main (int argc, const char * argv[]) { NSUInteger myIntVariable = 5; Everything in one line.
@ruby_newbie No, the preprocessor doesn’t do that. It essentially applies preprocessor directives (#include, #define) and substitutions.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.