Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode only showing info and build settings not the rest?

Tags:

xcode

ios

Anyone can explain why the other menus in xcode are not being displayed? I downloaded a tutorial file and it only shows

enter image description here

and not as I would expect this

enter image description here

I am looking for the Capabilities tab,

like image 922
alex Avatar asked Jan 20 '16 21:01

alex


1 Answers

Presumably, you're looking at a project:

project

and not a target:

target

Use the popup menu (or the sidebar that's shown collapsed in my screenshots) to select your app target instead.

like image 171
rickster Avatar answered Nov 15 '22 08:11

rickster