You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this when using the latest snapp_installer with the demo application that gets setup by flutter
Building Linux application...
2
clang: error: clang frontend command failed with exit code 139 (use -v to see invocation)
Build process failed
cp: -r not specified; omitting directory '/tmp/my_app/snapp_embedded/flutter_assets/fonts'
cp: -r not specified; omitting directory '/tmp/my_app/snapp_embedded/flutter_assets/packages'
cp: -r not specified; omitting directory '/tmp/my_app/snapp_embedded/flutter_assets/shaders'
cp: target '/tmp/my_app/build/linux/arm64/debug/bundle/data/flutter_assets': No such file or directory
cp: cannot create regular file '/tmp/my_app/build/linux/arm64/debug/bundle/data': No such file or directory
bash: line 1: /tmp/my_app/build/linux/arm64/debug/bundle/my_app: No such file or directory
I'm using a RPi3 and the latest 64Bit RaspberryPiOs. Host is Win10 VisualStudio and AndroidStudio both result in the same error
The text was updated successfully, but these errors were encountered:
Probably you have Access permission issue on windows
sounds like the same problem. however I switched to flutter-pi in the meantime and dont use snapp_cli anymore. but thanks for the reply. Hope you can get it solved for the others. You can close this as it seems to be a duplicate of the issue you mentioned
I get this when using the latest snapp_installer with the demo application that gets setup by flutter
I'm using a RPi3 and the latest 64Bit RaspberryPiOs. Host is Win10 VisualStudio and AndroidStudio both result in the same error
The text was updated successfully, but these errors were encountered: