Reputation: 3719
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)
Upvotes: 0
Views: 59
Reputation: 35
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.
Upvotes: 1
Reputation: 3719
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
Upvotes: 0