Trying to run the app on my two iOS devices by doing flutter run -d all
. However, I am getting database is locked Possibly there are two concurrent builds running in the same filesystem location.
error.
What have I tried
flutter clean
flutter run
separatelySo, it looks like I am having a problem to run Flutter app on my two iOS devices at the same time.
Is there any solution for this?
Just remove DerivedData
rm -rf ~/Library/Developer/XCode/DerivedData
Path will be shown in error which you get in console.
and then rebuilt it
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With