go-ios icon indicating copy to clipboard operation
go-ios copied to clipboard

This is an operating system independent implementation of iOS device features. You can run UI tests, launch or kill apps, install apps etc. with it.

Results 198 go-ios issues
Sort by recently updated
recently updated
newest added

panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x30 pc=0x153d3f8] goroutine 39 [running]: github.com/danielpaulus/go-ios/ios/testmanagerd.runXUITestWithBundleIdsXcode15Ctx.StartProxy.func3({0x1963e10, 0xc000381820}, 0x238c, {0x19778c8, 0xc00034e500}) D:/sonic/Work/go-ios/ios/testmanagerd/xcuitestrunner.go:580 +0xd8 created by github.com/danielpaulus/go-ios/ios/testmanagerd.runXUITestWithBundleIdsXcode15Ctx in goroutine...

**Describe the bug** When an iOS device switches from USB to WiFi the tunnel daemon has to be restarted to access the device again **To Reproduce** Steps to reproduce the...

ios image auto {"level":"info","msg":"no udid specified using first device in list","time":"2025-05-07T12:54:17+08:00","udid":"373386a3cbde9fd27934caad6c0384a87fb261f0"} {"level":"info","msg":"device iOS version: 16.7.11, getting developer image for iOS 15.4","time":"2025-05-07T12:54:17+08:00"} {"level":"info","msg":"devimages/15.4/DeveloperDiskImage.dmg already downloaded from https://github.com/haikieu/","time":"2025-05-07T12:54:17+08:00"} {"level":"info","msg":"installing downloaded image 'devimages/15.4/DeveloperDiskImage.dmg'","time":"2025-05-07T12:54:17+08:00"}...

**Describe the bug** Can't start tunnel on physical device. Continuously gives an unsupported error and retries. Is iOS 16.7.11 supported? **To Reproduce** Just installed go-ios through `npm install -g go-ios@latest`...

We used for tunnel start process command. **sudo ios tunnel start --udid** {"level":"warning","msg":"go-ios agent is not running. You might need to start it with 'ios tunnel start' for ios17+. Use...

I want to bypass the Trust this computer button, through the go-ios pair command, I enter how to fix this?? i am use go-ios erase --force after this use prepare...

**Is your feature request related to a problem? Please describe.** since the stable launch of iOS 16, you can’t enable iOS enable Developer Mode from the settings anymore. Apple removed...

After resetting the network settings on the iPhone 12 mini 18.2 phone, it does not connect to WDA, something like a connection problem, is it possible to connect somehow via...

having this code ```go func main() { devices, err := ios.ListDevices() if err != nil { panic(err) } for _, device := range devices.DeviceList { conn, err := appservice.New(device) fmt.Println("========================...

I am trying to run automated tests on an iPad using Appium, and I would like to use go-ios to execute these tests without needing a Mac. I installed WebDriverAgent...