Reputation: 95
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?
Upvotes: 0
Views: 2557
Reputation: 517
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.3
Upvotes: 0
Reputation: 298
Quit your Xcode and create a new project, then open your project from the menu bar
Upvotes: 2
Reputation: 95
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
Upvotes: 7