You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There a configuration option to limit the devices for apple platforms:
e.g.
simctl= {
iOS= {
"iPhone 13 Pro",
},
}
However, this is problematic when the configuration get outdated. While testing fixes for #178, I kept getting no runners for Run picker, while print(vim.inspect(require('xbase.state'))) shows a list of devices. It turned out that I had "iPhone 12 Pro" in simctl.iOS which is outdate.
Therefore, in editors, when there are runners available but the configured value lead to have empty list, the editor should raise warning to user with the available runners for the project.
The text was updated successfully, but these errors were encountered:
There a configuration option to limit the devices for apple platforms:
e.g.
However, this is problematic when the configuration get outdated. While testing fixes for #178, I kept getting no runners for Run picker, while
print(vim.inspect(require('xbase.state')))
shows a list of devices. It turned out that I had "iPhone 12 Pro" insimctl.iOS
which is outdate.Therefore, in editors, when there are runners available but the configured value lead to have empty list, the editor should raise warning to user with the available runners for the project.
The text was updated successfully, but these errors were encountered: