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.
Does anyone has faced such an issue after updating Xcode?
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.
Does anyone has faced such an issue after updating Xcode?
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
Restarting Xcode resolved the issue
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.