...excuse me...
if I should like to compile by myself the VirtualC64...
...how can I make it ? ...ehm step by step ...please
I have installed on my MBP the last Xcode.
Never done it before.
I'd like to try me too, I'll follow this discussion.
Xcode 11.4 is quite downloaded on my MBP !
The standard way is to clone the project directly from GitHub.
First, grab the link to the project from here:

After that, open Xcode and select to clone an existing project:

On the next page, you'll be requested to type in the project link. Once this is done, Xcode comes up. To compile and run the project, simply click the "Play" button. That's all you need to do.

Please note that the standard configuration compiles the project in debug mode. The executable will be slower, but it will provide useful debug information if the app crashes. If you want to compile a version for productivity, select "Archive" from the "Product" menu and follow the instructions.
Please let my if something goes wrong.
Wow ! Just compiled and exported as archive.
It works, you have just removed the keyboard C= bug that I told before ! Now Virtual Keyboard fully works !
Thanks
Can you please share the compiled version then?
@bluecursor
Hi, this is my compiled VirtualC64 from GitHub with last improvements from master.
Thanks!
I succeed in compiling it !!!
Thank you.
Most helpful comment
The standard way is to clone the project directly from GitHub.
First, grab the link to the project from here:
After that, open Xcode and select to clone an existing project:
On the next page, you'll be requested to type in the project link. Once this is done, Xcode comes up. To compile and run the project, simply click the "Play" button. That's all you need to do.
Please note that the standard configuration compiles the project in debug mode. The executable will be slower, but it will provide useful debug information if the app crashes. If you want to compile a version for productivity, select "Archive" from the "Product" menu and follow the instructions.
Please let my if something goes wrong.