wojciech-kulik / xcodebuild.nvim

Neovim plugin to Build, Debug, and Test applications created for Apple devices (iOS, macOS, watchOS, etc.)
MIT License
643 stars 16 forks source link

`pymobiledevice3` not installed #142

Closed paulhdk closed 5 months ago

paulhdk commented 5 months ago

Hi!

xcodebuild is not finding my pymobiledevice3 installation, even though it is clearly installed.

:checkhealth gives:

- WARNING pymobiledevice3: not installed. Required for debugging on physical devices and/or running apps on
      devices below iOS 17. (https://github.com/doronz88/pymobiledevice3)

Is it possible that it is using the wrong Python version? How would I be able to check?

wojciech-kulik commented 5 months ago

Hi,

it just checks if pymobiledevice3 is detectable. What happens if your run pymobiledevice3 from terminal?

Search paths should be the same by default in Neovim and in the terminal.

paulhdk commented 5 months ago

Oh, sorry, never mind, it wasn't in my PATH. Was an easy fix on my side. Thanks for your help!