Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 7: Where is "Log Navigator", as opposed to the "Report Navigator"?

Tags:

bash

xcode

ios

The Apple docs mention the 'log navigator' [1] and says the output of a bash echo statement, created by a build phase, will be visible there [2]. However, in Xcode 7 I have never seen the 'log navigator', only the 'report navigator', and that window does not show my echo statement. How can I see the true log from within Xcode GUI? thank you! Anne

1.[] Picture of log window; ; X.About the Log Navigator ; ; https://developer.apple.com/library/mac/recipes/xcode_help-log_navigator/articles/log_navigator-about.html

2.[] States that 'log' will show output from 'echo'; ; X.Running a Script While Building a Product ; ; https://developer.apple.com/library/ios/recipes/xcode_help-project_editor/Articles/AddingaRunScriptBuildPhase.html

like image 959
AnneTheAgile Avatar asked Sep 04 '25 03:09

AnneTheAgile


1 Answers

From this SO entry (in the first answer), you can see a Xcode version history of the name of that navigator. Before Xcode 6, it was called Log Navigator; from Xcode 6 on, it's called Report Navigator.

like image 56
GlennRay Avatar answered Sep 07 '25 11:09

GlennRay