Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode: Signing for "gRPC-C++-gRPCCertificates-Cpp" requires a development team

When you compile Xcode for Mac app or other iOS, you may see below error

Signing for "gRPC-C++-gRPCCertificates-Cpp" requires a development team. Select a development team in the Signing & Capabilities editor.

My Xcode version: 11.2.1 Mac OS: 10.15.1

like image 289
Sky Avatar asked Nov 27 '19 03:11

Sky


1 Answers

It is easy to fix, follow my steps:

  • In Xcode, Choose Pods on your left

enter image description here

  • Go to Signing & Capabilities, choose gRPC-C++-gRPCCertificates-Cpp

enter image description here

  • Choose Team

Open Team

  • Restart Xcode or clean Xcode with short cut: Command + Shift + k
like image 113
Sky Avatar answered Oct 16 '22 15:10

Sky