This morning this was a problem with my latest build, it worked fine locally but wouldn’t build on the server. I tried to build a previously working commit and that too failed on the server.
Anyone have any ideas as to what’s wrong and when it will be resolved?
Happens to me too!
The error comes during the upload step:
[19:18:27]: Uploading app…
±-----------------±---------------------+
| Lane Context |
±-----------------±---------------------+
| DEFAULT_PLATFORM | ios |
| PLATFORM_NAME | android |
| LANE_NAME | android deploy_build |
±-----------------±---------------------+
[19:18:33]: Shell command exited with exit status 1 instead of 0.
I know it’s a completely different change of tact, but have any of you tried building on phonegap build?
I do all my builds on there and on a long-term it’s pretty stable.
For those who confused why this happened even though you didn’t change anything, please check you jasmine version on package.json, if it’s ~2.8.6, then what happen is it auto update the version into 2.8.11, but turn out it break the apps (it’s not minor update though !!!) and it is incompatible with typescript to 2.7.2(require 3.+)