Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode right pane (utilities pane) not applicable?

I was programming using Swift in Xcode, halfway through when I wanted to edit a button using the utilities pane, I realised it became "Not Applicable". Attributes inspector, Connections inspector, etc all became "Not Applicable", only the Quick Help inspector still shows.

I have selected the button in the Storyboard.

Can anybody help with this?

Attached are screenshots.. Attributes inspector not showing

Connections inspector not showing

Only Quick Help inspector shows

like image 659
Allister Bah Avatar asked May 15 '15 12:05

Allister Bah


3 Answers

Storyboard can't be opened at the start.

  1. Open any file (like AppDelegate) but not storyboard.
  2. Then close Xcode.
  3. Open xcode again.

Works in Xcode 7.2

like image 145
milczi Avatar answered Sep 23 '22 12:09

milczi


It also happened to me, I fixed it by deleting the derived data. Go to Window > Projects, select the project, and delete the derived data

like image 45
A C Avatar answered Sep 22 '22 12:09

A C


Storyboard -> Viewcontroller -> Control -> (Identity / Attributes / Size / Connections' Inspector) window not works then follow below steps.

1. Open any file (like AppDelegate) but not storyboard.
2. Then close xcode.
3. Open xcode again.

Works fine in Almost all updated version of Xcode.

like image 6
Jignesh Fadadu Avatar answered Sep 22 '22 12:09

Jignesh Fadadu