Qazi Fahim Farhan (Soumic)

Results 4 comments of Qazi Fahim Farhan (Soumic)

I edited the basic.sh file and appended this line: ``` -device usb-host,vendorid=0x,productid=0x,guest-reset=false \```. Here, the `guest-reset=false` is the argument that worked for me. I hope it works for others as...

> @fahimfarhan And that works fine? The iPhone works in xcode? Yes. After connecting my iPhone, I opened a tutorial, made a sample app, and installed it on my iPhone....

> > > @fahimfarhan And that works fine? The iPhone works in xcode? > > > > > > Yes. After connecting my iPhone, I opened a tutorial, made a...

@hockeymikey Yes, a G14. Sure! This is my basic.sh script: ```bash #!/bin/bash OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" VMDIR=$PWD OVMF=$VMDIR/firmware #export QEMU_AUDIO_DRV=pa #QEMU_AUDIO_DRV=pa qemu-system-x86_64 \ -enable-kvm \ -m 20G \ -machine q35,accel=kvm \ -smp 16,cores=8...