How to enable the Research Assistant in Xcode? -


I have created an empty project in Xcode and it has added all source code files in. Since the project was empty my There is no build option / configuration set, and to create an app, I am using my old makefile from the command line to do everything - but ...

My problem is that the research assistant Not showing any information because my finger There is no information on the lines that it is a tense bother!

A research assistant has been shown but it is not showing any information, I think it should be instructed in any way - but how? What is the way to enable research assistant and how? Also, note that I have all the documents available (but not the research assistant)!

Thanks in advance! When Xcode is used with Research Assistant, I think it only shows information when you highlight something in it. Your code For example, if you had:

  NSString * foo;  

And you highlighted (clicked) NSString, then Research Assistant will give you definition of NSString, API related, etc.


Comments