xcodebuildio

Does xcode compile commented out lines?


Simple question, will anything commented out be left out by the compiler?

Anything with // or /*

I believe so, but want to double check.


Solution

  • No, never. XCode does not compile commented line.