flutter-tools.nvim icon indicating copy to clipboard operation
flutter-tools.nvim copied to clipboard

[BUG] multiple development certificates cant be selected

Open maxfornacon opened this issue 1 year ago • 0 comments

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

  1. have multiple valid development certificates
  2. run :FlutterRun

Environment

No response

Anything else?

Could also be me doing something wrong.

maxfornacon avatar Jul 15 '24 16:07 maxfornacon