Reputation: 827
After I update to Xcode 10, The storyboard is acting very weird. Sometimes it's not showing anything for Identity, Attribute, Size, and Connection Inspector and even I clean the project also restart my Xcode and it's still the same. Here is an Image example:
How to solve this problem?
Upvotes: 25
Views: 10276
Reputation: 828
Just had this issue in Xcode 12.5.
Closing and reopening the storyboard file cleared it up for me.
Upvotes: -2
Reputation: 456
Not sure how but the storyboard was not in my project's hierarchy anymore. Readd it and it should work.
Upvotes: 0
Reputation: 91
Open View -> Inspectors -> Select Show Attributes Inspector .
Upvotes: 7
Reputation: 755
Click on Version editor in the right uppermost corner.
Now again click on Assistant editor
Upvotes: 5
Reputation: 7214
Hide Utilities window and showing Utilities window again worked for me.
Upvotes: 0
Reputation: 1056
Alex Jackson's answer did not work for me. Try clicking on the 'Show Assistant Editor' button in the top right. That worked for me.
Upvotes: 64
Reputation: 691
Just select your storyboard tab, duplicate it (CMD+T) and close the first one. The new storyboard tab should work properly now.
Upvotes: 21
Reputation:
Try to go to File -> Workspace Settings -> Go to derived data location -> delete your project inside it! then clean and build your project
Upvotes: 3