Search code examples
xcodegrpcios13xcode11

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


Solution

  • 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