Xcode Interface Builder is showing "No selection" for all files Xcode Interface Builder is showing "No selection" for all files ios ios

Xcode Interface Builder is showing "No selection" for all files


This was driving me crazy for a long time. I found nothing here on Stackoverflow about this, and not by googling either, initially.

Luckily, after googling a couple of different ways, I finally found the simple solution here.

Snipped from that site:

Here’s how you can fix it in two steps without even having to restart Xcode:

  • Select another file (which isn’t an Interface Builder type) in the current tab with the issue.
  • Open a new tab and select the Interface Builder file which was having the problem.

Shame on you, Apple!


In XCode 8.3, the preferred solution doesn't appear to work. My solution, similar to travdu, was to click the "Show the version editor" button (the two arrows pointing left and right), then back to the "Show the Standard editor". Doing that fixed it for me.


MOST SIMPLE SOLUTION:

(For each of those who has tried all the above options like me, try this once):

  1. Switch to the LaunchScreen.storyboard from your Main.storyboard

  2. See if you can access all the Inspectors on right side in LaunchScreen.storyboard .

if yes,

  1. Switch back to Main.storyboard

Always work for me! Hope this also help to someone. Thanks!

EDIT 1:

Above solution works for xib only projects too.