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 an
MOST SIMPLE SOLUTION:
(For each of those who has tried all the above options like me, try this once):
Switch to the LaunchScreen.storyboard from your Main.storyboard
See if you can access all the Inspectors on right side in LaunchScreen.storyboard .
if yes,
Always work for me! Hope this also help to someone. Thanks!
EDIT 1:
Above solution works for xib only projects too.
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.
Open the file in the new tab and it will work fine
I just run into the same issue. And I see there is solution already but it could help others: make sure you are in the Main.storyboard and not in the LaunchScreen.storyboard
Hope it helps!
After trying above all tricks, I just made a copy somewhere of the file which has the issue and deleted that file from Xcode. Opened it directly from there and file seemed good. Dragging it to the project solved this heinous issue.
none of the above answers worked for me, what worked was, there is a filter text box in bottom right and for some reason some random text was typed in that, just clearing that text box fixed the issue.