Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

None of your accounts are a member, code signing errors after upgrading to Xcode 8

Tags:

xcode

ios

I'm trying to run some example projects from GitHub. After upgrading to Xcode 8, I see the same set of errors for multiple projects:

  • None of your accounts are a member of '...': An unexpected error occurred. Xcode cannot find a team matching '...'.
  • No profiles for '...' were found: Xcode couldn't find a provisioning profile matching '...'.
  • Code signing is required for product type 'Application' in SDK 'iOS 10.0'

enter image description here

I've tried the steps described here: https://stackoverflow.com/a/39498874/2901178, but it didn't work.

like image 701
Daniel Que Avatar asked Sep 28 '16 17:09

Daniel Que


3 Answers

If you found any Extensions under TARGETS. You have to choose the development team for that too. Hope this helps you.

enter image description here enter image description here

like image 172
Maniganda saravanan Avatar answered Nov 16 '22 11:11

Maniganda saravanan


Make sure you have all Identities created. Go to Xcode Settings - Accounts - Account Details - Click "Create" for every identity you need. The rest will be solved with "Automatically manage signing".

This is what that screen should look like. Xcode account details

like image 21
Yaroslav Avatar answered Nov 16 '22 11:11

Yaroslav


In addition to @Maniganda's answer. If you are using CocoaPods, be sure that you have checked each target for the Pods project.

screenshot

like image 3
Sergey Teryokhin Avatar answered Nov 16 '22 13:11

Sergey Teryokhin