Flutter — iOS: Command /bin/sh failed with exit code 255
goto ios folder run below commands:
flutter clean
flutter build ios
SocketException: Failed host lookup: ‘node1.bitcoiin.com’ (OS Error: No address associated with hostname, errno = 7)
1.
Make sure you are online, you are connected to internet whether it is mobile or emulator
2.
make sure you have given internet permission in your app's android/app/src/main/AndroidManifest.xml
Unable to load Asset — wrong indentation in pubspec.yaml
Spaces are significant in YAML
assets is indented too far
flutter:
uses-material-design: true
assets:
— images/default.png
— images/cat.jpg
uses-material-design: true
assets:
— images/default.png
— images/cat.jpg
No comments:
Post a Comment