Flutter error – xcode_backend.sh: No such file or directory

Error message :

xcode_backend.sh: No such file or directory

Solution:

xcode_backend.sh exists in flutter SDK location.

In Project Target, add User-Defined Setting with key name FLUTTER_ROOT with the value of your flutter SDK location.

Create FLUTTER_ROOT key in Runner -> Build Settings as follows :

If you don’t remember where you have installed flutter sdk try this command:

which flutter

It will show /bin/flutter and you can refer the path that represents FlutterRoot.
 

© 2020, https:. All rights reserved. On republishing this post, you must provide link to original post

Leave a Reply.. code can be added in <code> </code> tags