xcodebuild.nvim
xcodebuild.nvim copied to clipboard
feat: boot simulator if app fails to install due to simulator state 149
When building and running, sometimes the simulator may not be on a booted
state, and thus the script will fail without trying to boot. This applies a retry functionality to boot the simulator prior to install.