Anonymous-E
Anonymous-E

Reputation: 827

Xcode 10: Storyboard not showing Identity, Attribute... Inspector

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?

Upvotes: 25

Views: 10276

Answers (9)

moliveira
moliveira

Reputation: 828

Just had this issue in Xcode 12.5.

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

Upvotes: -2

Iris Veriris
Iris Veriris

Reputation: 456

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

Upvotes: 0

Karan Alangat
Karan Alangat

Reputation: 2224

Only restating Xcode did work for me

Upvotes: 2

Nikita Bhutada
Nikita Bhutada

Reputation: 91

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

Upvotes: 7

Raghib Arshi
Raghib Arshi

Reputation: 755

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

Now again click on Assistant editorenter image description here

Upvotes: 5

Kartheek
Kartheek

Reputation: 7214

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

Upvotes: 0

SomeGuyFortune
SomeGuyFortune

Reputation: 1056

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.

Upvotes: 64

Gui Del Frate
Gui Del Frate

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

user10416288
user10416288

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

Related Questions