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 ?
