KhaosT / MacVM

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

Do I need an Apple Developer ID to compile and run this program? #11

Closed jamesmortensen closed 2 years ago

jamesmortensen commented 2 years ago

I upgraded my operating system to Mac OS Monterey v12.0.1 and also updated Xcode to v13.1. While the compile errors I was facing before have all been resolved, I'm now faced with these errors about the signing certificate and developer account.

Do I need to pay for a developer account with Apple? I'm just wanting to compile this and run it and try it out. Thank you.

Screenshot 2021-11-01 at 11 38 18 AM Screenshot 2021-11-01 at 11 38 07 AM
KhaosT commented 2 years ago

You don’t need to have a paid Apple developer account. You should be able to modify the signing settings to build to run locally without an account.

jamesmortensen commented 2 years ago
Screenshot 2021-11-01 at 11 50 23 AM

I changed the "Signing (Debug" settings so that the option "Sign to Run Locally" is selected, and now I can build and run. Hope this helps others, and thank you for your quick reply!