No matter what I've got selected in Interface Builder, the Inspector did apparently not register the selection and only showed "No selection".
I tried opening and closing files, restarting Xcode and even rebooting my Mac. No change! What the heck is going on?
Other projects work just fine. It's just this project...
There is also possibility in Xcode 7.3.1. to switch between "Standard editor" and "Assistant editor" in the upper right corner to "deal" with this bug.
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:
Shame on you, Apple!
P.S.: For each of them who has tried all the above options like me: (try this also)
Switch to the LaunchScreen.storyboard from your Main.storyboard
See if you can access all the Inspectors on right side in LaunchScreen.storyboard .
This worked for me! Hope that also help to someone. Thanks!
The bug is weird. And all answers didn't help me. The following steps were useful for me:
After that Xcode shows assets in the proper way.
For me the bug was caused by missing interface restoration. I think it happens when I open the project file where the Assets editor was open last time. If I close the tab which containts the Assets editor, quit Xcode then open the project again, works fine.
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.