Reputation: 191
I'm trying to access the "general" tab of the Xcode options for a target I'm trying to build but there seems to be none. Heres an image of my settings tab with the target selected: https://i.sstatic.net/AYcx7.jpg
Upvotes: 1
Views: 3155
Reputation: 63
that message is talking about your IOS device general tab so you have to go to your (iphone or ipad) setting -> general -> (in IOS 11)Profile & Device Management -> Then select your apple Id which is signed in xcode Note: your ios device should connected to internet
Upvotes: 0
Reputation: 11
Try this.General option Click the left top corner icon (Hide project and targets list button) that appears in the image and then a list will show you your project, then click your project and the general option now appear.enter image description here
Upvotes: 1
Reputation: 525
It looks like the project was not created correctly for iOS. You need to do File->New->Project. Then, go to iOS category and choose your project type (usually single view application). Then input your project name, preferred language, organization, etc. and create the project. Now, when you click on the target, you will see the general tab.
Upvotes: 0