1

While building my iOS project with XCode 8, I have the following error :

Code signing is required for product type 'Application' in SDK 'iOS 10.0'

I found many answers and most of them are saying that checking the Automatically manage signing option in the project's settings page can solve the problem.

But, the Automatically manage signing option is missing. How can I make it appear ?

Eod
  • 11
  • 1
  • 2
  • have you configure your apple id in accounts in xcode? – Ketan Parmar Dec 30 '16 at 10:19
  • Yes. How could it be related to the problem as the issue comes from the project's settings template ? – Eod Dec 30 '16 at 10:28
  • if you haven't configured or added apple id or apple developer id in your accounts then automatically code signing option will not appear! – Ketan Parmar Dec 30 '16 at 10:30
  • In fact, it's configured. – Eod Dec 30 '16 at 10:31
  • Also, you have to select the target rather than the project. – shallowThought Dec 30 '16 at 10:37
  • Possible duplicate of [requires a development team. Select a development team in the project editor.Code signing is required for product type 'Application' in SDK 'iOS 10.0'](http://stackoverflow.com/questions/39524148/requires-a-development-team-select-a-development-team-in-the-project-editor-cod) – Ketan Parmar Dec 30 '16 at 10:59

2 Answers2

6

enter image description here

Automatically manage signing option : Availabe under project-> Targets-> General-> Signing section

Rupali Patil
  • 199
  • 4
0

You have sign in to and apple id in xcode Xcode -> Preferences... -> Account -> + after that the option to Automatically manage signing should appear.

Guthyerrz
  • 27
  • 5