Waiting for another flutter command to release the startup lock

后端 未结 30 3452
暗喜
暗喜 2020-12-12 09:20

When I run my flutter application it show

Waiting for another flutter command to release the startup lock

this messages and not

30条回答
  •  死守一世寂寞
    2020-12-12 10:10

    For me, the issue's root cause on my Mac device was a version of the flock binary it was not expecting. Removing it from the path did the trick; probably a BSD vs GNU syntax issue.

提交回复
热议问题