KhaosT/MacVM

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

jamesmortensen opened this issue · 2 comments

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

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.

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!