Open saschaarthur opened 4 years ago
/bin/sh: 1: xxd: not found
also allows the build to go on..
Just for your information, Snapshots are depreciated and going away in NS7. Way too many issues with them...
The new cached compiled code system (which isn't enabled by default) is actually faster and will be enabled (? I think ?) by default in NS7...
Heared about this as well, still its a generell thing with the build system, it should never ever go on when theres stuff going wrong.
I don't disagree, I've had my own issues with the Build system just going on and producing an app when webpack crashed out (no error notice) and have already submitted a PR to fix the issue...
Just wanted to let you know that this probably won't get fixed as I can't imagine Progress spending any engineering time/dollars on something that is already depreciated...
However, if you wanted to create a PR to fix the issue; I'm sure they would merge it... :D
Hello,
We are running in our pipeline:
tns build android --release --key-store-path android.keystore --key-store-password ${KEYSTORE_PASSWORD} --key-store-alias xxx --key-store-alias-password ${KEYSTORE_PASSWORD} --env.aot --env.snapshot --env.compileSnapshot --env.uglify --env.report --env.hiddenSourceMap --aab
Which failed inside with following error:
instead of returning a status code != 0 for this command it still went on.
This build an aab build for our android apps, which lead to broken apks on some devices.
In case its failing it should STOP the build and return status != 0
IMO: This whole setup of building the snapshots, needs some more transparency...
Its related somehow to: https://github.com/NativeScript/mksnapshot-tools/issues/56 https://github.com/NativeScript/nativescript-dev-webpack/issues/1026