0

Xcode 7.2 error, xcode shows all inspectors are empty even after selecting any element. What kind of error is this and how to solve this? (Problem arose instantly after I installed a CocoaPod)

attributes inspector not showing size inspector not showing connections inspector not showing

Bibek
  • 3,689
  • 3
  • 19
  • 28

2 Answers2

1

I had the same issue with my storyboard. I managed to repair my inspectors by selecting other XIB and selecting any element there in order to see one of it's inspectors on the right. Than I switched back to my storyboard and my inspectors stopped being empty.

Ruslan
  • 35
  • 7
0

I tried restarting my Mac but still the problem existed (this had solved issue for friend before). I don't know why this problem came, but on updating pods of my project solved this issue.

In terminal, changed directory to my project and hit.

pod update
Bibek
  • 3,689
  • 3
  • 19
  • 28