0

I recently updated my Xcode to Xcode 12 and I got the following issue when I chose any object in my storyboard I couldn't access to the attribute Inspector.

enter image description here

Does anyone has faced such an issue after updating Xcode?

Saurabh
  • 745
  • 1
  • 9
  • 33
i4mjad
  • 95
  • 7

4 Answers4

7

The solution that worked for me was opening another project that show the attribute inspector when choosing an object and then open the issued project

i4mjad
  • 95
  • 7
5

Restarting Xcode resolved the issue

Asif Ali
  • 218
  • 1
  • 10
  • 1
    I've tried this solution but it dose not working for me, so i made a new project and open my current project, this solved my problem – i4mjad Jan 03 '21 at 08:35
2

Quit your Xcode and create a new project, then open your project from the menu bar

Nrv
  • 280
  • 1
  • 6
0

The way I solved this issue is by opening the file through the project navigator and not opening it with quick access cmd+shift+o. There must be some issue with quick open that doesn't go through necessary mechnisms that the project navigator does.

is this photo the problem you were facing? Xcode 14.3enter image description here