When Xcode Xcode compiles it displays something like compiling 28 out of 68 source files
How can I find out which file it is currently working on?
When Xcode Xcode compiles it displays something like compiling 28 out of 68 source files
How can I find out which file it is currently working on?
In Xcode, hit cmd+7
to show log navigator, the top one is the log for current task, you can click the log and see the status. It will show which file are compiled and which one is compiling.