@gopalkhasria commented on GitHub (Nov 14, 2024):
I am getting this on windows. Is there a way to wix it?
@sickcodes commented on GitHub (Jun 5, 2020):
Yes you can. Download Xcode from the App Store and run as normal.
Just make sure you have enough disk space because the application alone is 15GB…
@5E7EN commented on GitHub (Nov 28, 2024):
I am getting this on windows. Is there a way to wix it?
@gopalkhasria I've got it working using the updated command found in PR #774.
docke…
@amreniouinnovent commented on GitHub (Jun 7, 2020):
@sickcodes Could I run this docker on windows?
@raoulh commented on GitHub (Jun 5, 2020):
Same here. I did this to make it work:
sudo pacman -S xorg-xhost
Then disable access control from X11:
xhost +
And run the…
@sickcodes commented on GitHub (Jun 5, 2020):
Thanks Raoulh!
echo $DISPLAY
# ARCH
sudo pacman -S xorg-xhost
# UBUNTU DEBIAN
sudo apt install x11-xserver-utils
# CENTOS RHEL…
@sickcodes commented on GitHub (Jun 5, 2020):
Same here. I did this to make it work:
sudo pacman -S xorg-xhostThen disable access control from X11:
…
@albatrossturkey1 commented on GitHub (Jun 5, 2020):
Yes Xcode App signing Transporter Keychain etc
Everything except for usb mounting of an iPhone (might work on it soon, help appreciated)
@iiordanov commented on GitHub (Nov 23, 2021):
@sickcodes thanks for your awesome work!
Just in case this helps people who would like to run this headless. I saw that there is a really helpful…
@awakecoding commented on GitHub (Jun 5, 2020):
Alright, I think we can aim for something else then that might be easier: let's create the initial virtual machine manually, bring it up with a…
@sickcodes commented on GitHub (Jun 6, 2020):
Yeah, if you run it using virtual-manager via OSX-KVM
@sickcodes commented on GitHub (Jun 6, 2020):
I can set up the automated SSH tunnel, VNC, CI/CD method.
I’ll be adding the VNC and/or xrdp methods soon, you can also request me to do work…
@sickcodes commented on GitHub (Jun 5, 2020):
You can docker launch old versions of the machine using the docker start command in the readme.
You can copy an existing container in its existing…