Assistant Editor Automatic option don't show nothing

Hello everybody,

This is my first time with XCode and in general programming for IOS, then i'm trying to develop the example in the documentation referring to "FoodTracker", everything was ok until i have to connect the UI to Code. There is an step that I have to select the storyboard and select in the Assistant Editor the option Automatic and select ViewController.swift.

The problem is that in the Automatic XCode don't show any item.

I check everything that i found in the internet forums, i check and uncheck The Target Membership, i also remove the project folder in the DerivedData, but nothing work.

I will appreciate any help with that.

Note: Using XCode 7 Beta, last release and Swift.

Thank you

Any help about it please!!

Actually i download the example from the documentation, and i opened it with XCode, and nothing, i can't open anything in the Automatic option from the Assistant Editor

I met this issue today 😎


try this, http://stackoverflow.com/a/27578662/2981813


What solved this issue for me was actually deleting the class from the project.


Steps:

  1. In the project file explorer (left panel) find the class and right click -> Delete
  2. Remove reference (do not move to trash as you will lose the class for good)
  3. Right click on the folder that contained the class -> Add files to ...
  4. Find the class you just deleted in the file system

This seems to force Xcode to link the class back into the storyboard.


Note: for me the following did not work:

  • Closing Xcode
  • Cleaning the project
  • Deleting the class name from the storyboard and re-entering it


I think this is a bug on Apple's part

I had this problem today...

The only thing actually, which solved this issue was to close xCode and re-open it again. After that, the Assistant Manager showed the results.

Hope it helps!
As of version 12.2 for Xcode closing the Xcode application and reopening fixed this problem for me.
Assistant Editor Automatic option don't show nothing
 
 
Q