ProgressNS / sidekick-feedback

This repository is for feedback regarding NativeScript Sidekick. Use the issues system here to submit feature requests or vote for existing ones.
45 stars 9 forks source link

Cloud build publishing issue #350

Closed kapiltiwari61 closed 5 years ago

kapiltiwari61 commented 5 years ago

Unable to publish ios build.

Please find log.

19-03-01 19:56:28.457] Error while uploading /Users/jkt/Desktop/CDI/cdi_milestone6/cdinativescript/.cloud/ios/device/cdinativescript.ipa to S3. Errors is: The request can't receive any response., Error: Error while uploading /Users/jkt/Desktop/CDI/cdi_milestone6/cdinativescript/.cloud/ios/device/cdinativescript.ipa to S3. Errors is: The request can't receive any response.
    at Errors.fail (/usr/local/lib/node_modules/nativescript/lib/common/errors.js:125:28)
    at UploadService.<anonymous> (/Users/jkt/.local/share/.nativescript-cli/extensions/node_modules/nativescript-cloud/lib/services/upload-service.js:45:30)
    at Generator.throw (<anonymous>)
    at rejected (/Users/jkt/.local/share/.nativescript-cli/extensions/node_modules/nativescript-cloud/lib/services/upload-service.js:5:65)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
kapiltiwari61 commented 5 years ago

Please provide the solution for above issue. Its urgent as we have to deliver the app ASAP.

tsvetie commented 5 years ago

Hey @kapiltiwari61

I guess you are using NS CLI 5.1.1. Can you try updating NS CLI to the latest version (5.2.1) to see if this will fix the problem? In order to update NS CLI, run the following command in the Terminal:

npm install -g nativescript@latest
throwingdarts commented 5 years ago

321

NickIliev commented 5 years ago

use the link posted by @throwingdarts to resolve this issue https://github.com/NativeScript/sidekick-feedback/issues/321#issuecomment-450659093