KhaosT / MacVM

macOS VM for Apple Silicon using Virtualization API
Apache License 2.0
1.31k stars 95 forks source link

No signing certificate for team ID '7C2EXSD3YV' #22

Closed magnusviri closed 2 years ago

magnusviri commented 2 years ago

I get these 2 errors when I try to build the project:

"There are no accounts registered with Xcode. Add your developer account to Xcode"

and

"No signing certificate 'Mac Development' found: No 'Mac Development' signing certificate matching team ID '7C2EXSD3YV' with a private key was found."

If I edit MacVM.xcodeproj/project.pbxproj and change the 2 instances of "DEVELOPMENT_TEAM = 7C2EXSD3YV;" to 'DEVELOPMENT_TEAM = "";' then it builds and runs without error.

John-K commented 2 years ago

I've found this to be a common problem in Xcode projects on GitHub.

If anyone has advice on how to fix this, PRs are welcome

KhaosT commented 2 years ago

Alright I updated the project to use ad-hoc sign so it's no longer associated with a team.

Screen Shot 2022-01-06 at 10 00 31 AM