25

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: enter image description here

How to solve this problem?

Anonymous-E
  • 827
  • 11
  • 29

9 Answers9

64

Alex Jackson's answer did not work for me. Try clicking on the 'Show Assistant Editor' button show assistant exitor in the top right. That worked for me.

leanne
  • 7,940
  • 48
  • 77
SomeGuyFortune
  • 1,024
  • 13
  • 26
21

Just select your storyboard tab, duplicate it (CMD+T) and close the first one. The new storyboard tab should work properly now.

Gui Del Frate
  • 671
  • 1
  • 7
  • 17
7

Open View -> Inspectors -> Select Show Attributes Inspector .

5

Click on Version editor in the right uppermost corner.enter image description here

Now again click on Assistant editorenter image description here

Raghib Arshi
  • 717
  • 8
  • 12
3

Try to go to File -> Workspace Settings -> Go to derived data location -> delete your project inside it! then clean and build your project

2

Only restating Xcode did work for me

Karan Alangat
  • 2,154
  • 4
  • 25
  • 56
0

Hide Utilities window and showing Utilities window again worked for me.

Kartheek
  • 7,104
  • 3
  • 30
  • 44
0

Not sure how but the storyboard was not in my project's hierarchy anymore. Readd it and it should work.

Iris Veriris
  • 448
  • 5
  • 7
-2

Just had this issue in Xcode 12.5.

Closing and reopening the storyboard file cleared it up for me.

moliveira
  • 798
  • 8
  • 17