-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not showing the correct simulator list after upgrading to Xcode 15 #238
Comments
Not totally sure but I feel like there could be an issue with
|
@sainttttt hmm either due to hard code device id or lib broke with recent version of xcode |
@kkharji I haven't hardcoded any device ids, so I think it's an issue with lib and xcode possibly. Do you think you can fix it? Sort of breaking my workflow right now. Thanks! |
@kkharji So I downgraded back to XCode 14 and now while it builds I keep getting this error
Even though the simulator is open and can run (and can run with xcode). Any idea as to what is going on? |
@kkharji So turns out that I got it to work again with xcode 14 at least. For some reason my lazy.nvim was set to pull from xbase-lab/xbase - not sure if that was causing the issue or not. However I'm pretty sure the same issue with xcode 15 happens so it would be cool if that could be fixed before we are forced to upgrade |
@sainttttt Are you still having this issue? I am running it alongside XCode 15.1 with Run/Watch/Build working with iPhone 15 |
@sainttttt Maybe this might make a difference, but try specifying the {
'xbase-lab/xbase',
dependencies = {
'neovim/nvim-lspconfig',
},
build = "make install",
config = function()
require 'xbase'.setup {
log_level = vim.log.levels.DEBUG,
simctl = {
iOS = {
"iPhone 15 Pro"
}
},
mappings = {
build_picker = 0,
run_picker = 0,
watch_picker = 0,
all_picker = 0,
toggle_split_log_buffer = 0,
toggle_vsplit_log_buffer = 0
}
}
end
}, and I have |
Editor/Client you used
Neovim
Installation and Dependences checklist
Description
Expected behavior
Reproduce
Actual behavior
Operating system and version
13.6.1
xbase version / branch / rev
head
Neovim version
0.9.1
Vscode version (if the editor you used is vscode)
No response
Installed XCode Developer Tools
XBase Logs
XBase Build Server Logs
The text was updated successfully, but these errors were encountered: