Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error when build project in new Xcode 8.0 beta

Tags:

ios

swift3

Signing for SWRevealViewController requires a development team. Select a development team in the Target Editor.

Code signing is required for product type 'Framework' in SDK 'iOS 10.0' enter image description here

like image 544
Alex_Burla Avatar asked Jun 14 '16 08:06

Alex_Burla


3 Answers

I combatted this last night. I assume you are using Pods: For each Pod, change the Team under Signing (as shown here)

edit: Screenshots are in Xcode 8 (now)

like image 194
Eric Meadows Avatar answered Nov 12 '22 15:11

Eric Meadows


I stole this from Anish:

Project tab -> list of Targets -> General tab for the target xcode complains about (in my case that's my framework used by my applications) -> choose your team

My project does not use pods. Sheesh.

UPD: now my project has picked up developers from the brave new world and it does use pods now (sudo hardlyagem install cocoapods), but that's hardly relevant since the solution I stole from Anish predates the import of boatload of 3rd party problems, all alike

like image 8
Anton Tropashko Avatar answered Nov 12 '22 16:11

Anton Tropashko


I solved this problem by deleting my apple id from Xcode preferences and restarting it . Sign in with your ID again and you'll be good to go

like image 7
inzo Avatar answered Nov 12 '22 15:11

inzo