Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Signing for "Runner" requires a development team. Select a development team in the Signing & Capabilities editor

Tags:

xcode

ios

flutter

I can't Run my App on my iPhone in Release mode but I can Run it on Debug mode. In Release mode I get this error even though I am a-signed to a Team.

Signing for "Runner" requires a development team. Select a development team in the Signing & Capabilities editor.

I tried to sign-out from the Team and sign-in again and I also restarted Xcode.

Thank you for any Help LG

Is this right? enter image description here

like image 956
Charles Down Avatar asked Jan 29 '21 10:01

Charles Down


3 Answers

I assume that you did not select the team for all. It is only set for debug mode.

enter image description here

like image 62
Akif Avatar answered Nov 15 '22 07:11

Akif


For me I had to change my iOS Deployment Target from 8 to 9 or above, after selecting the development team.

screenshot

like image 22
drandom3 Avatar answered Nov 15 '22 06:11

drandom3


Build Settings TabFor me I had to go to the Build Settings tab, search for Development Team and select a value from one of the available options. Changing the value on the Signing and Capabilities tab was not cascading through to the Build Settings tab. This is likely another XCode bug in xCode 12.

like image 30
Larry Ricker Avatar answered Nov 15 '22 07:11

Larry Ricker