flutter-tools.nvim
flutter-tools.nvim copied to clipboard
[BUG] multiple development certificates cant be selected
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
I'm trying to run a Flutter application and get this message.
Launching lib/main.dart on iPhone in debug mode...
Multiple valid development certificates available (your choice will be saved):
1) Apple Development: xxx (xxxx)
2) Apple Development: xxx (xxxx)
a) Abort
I can't find a way to select an option there.
Expected Behavior
I would expect it to work like it does when selecting an output device.
Steps To Reproduce
- have multiple valid development certificates
- run :FlutterRun
Environment
No response
Anything else?
Could also be me doing something wrong.