wojciech-kulik / xcodebuild.nvim

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

Project setup without connected device #168

Closed belyakov-am closed 2 weeks ago

belyakov-am commented 2 weeks ago

Hey! I'm trying to setup this plugin without a connected device (I see an empty list on Select Device stage of project setup) I can't find a way to skip this stage, so I'm wondering if it's even possible

wojciech-kulik commented 2 weeks ago

Hi, The list shouldn’t be empty. Please run:checkhealth xcodebuild to see if everything is configured properly.

belyakov-am commented 2 weeks ago

Thanks for a quick response! Turns out xcodebuild wasn't configured properly This issue helped