I am trying to learn Xcode and swift ui for a class project but the attribute inspector just does not show up, I can have the simulator open or closed I click on it nothing works. I feel so stupid. I suppose you don't need it but it helps a lot. anyone have any trouble shooting that could help?
Need help with attribute inspector in Xcode 26
Same Question!🙋
but the attribute inspector just does not show up, I can have the simulator open or closed I click on it nothing works.
Can you provide more details about what you are trying to do that doesn't work? What do you mean by attribute inspector?
You mentioned you are learning SwiftUI. The attributes inspector is used with storyboards, which SwiftUI does not use. SwiftUI uses previews to let you see how your user interface looks before you run your app.
Are you trying to open the attributes inspector? Or are you trying to show the SwiftUI preview? Or are you trying to do something else?