Closed tsonevn closed 5 years ago
I am also facing same issue. CloudBuild is failing for Mac and showing Below error.
/Users/XXXX/Desktop/XXX/XXX_milestone6/XXXnativescript/.cloud/ios/device/xxxnativescript.ipa to S3. Errors is: The request can't receive any response.
Looks like Amazon S3 bucket issue. Facing this issues from last 5 days. Had same few weeks back and were resolved by Sicekick team. Team, please help to solve this.
Regards, --Rajinder
Hey @codingsett and @rkamboj1,
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?
Hi @tsonevn ,
Thanks for quick reply. As suggested, it works great. Thanks for all your help.
Cheers, --Rajinder
still having this issue when i run tns doctor
i get this
There seem to be issues with your configuration.
✔ Getting NativeScript components versions information...
⚠ Update available for component nativescript. Your current version is 5.1.1 and the latest available version is 5.2.2.
✔ Component tns-core-modules has 5.2.2 version and is up to date.
⚠ Update available for component tns-android. Your current version is 5.0.0 and the latest available version is 5.2.1.
⚠ Update available for component tns-ios. Your current version is 5.1.1 and the latest available version is 5.2.0.
✔ Xcode is installed and is configured properly.
✔ xcodeproj is installed and is configured properly.
✔ CocoaPods are installed.
✔ CocoaPods update is not required.
✔ CocoaPods are configured properly.
✔ Your current CocoaPods version is newer than 1.0.0.
✔ Python installed and configured correctly.
✔ The Python 'six' package is found.
✔ Xcode version 10.1.0 satisfies minimum required version 9.
am not build for android only for ios so i updated performed tns platform remove ios
and tns platform add ios
inorder to update it to version 5.2.2 but it only updates to version 5.1.1
Before i wasnt facing this issue and i was able to build ios apps using cloud easily and i don't know why there is an issue still
@codingsett it seems that your NativeScript CLI is not the latest version. Try the solution provided by @tsvetie
npm uninstall -g nativescript
npm i -g nativescript@latest
tns --version // as of today it should output 5.2.2
Now works thanks!
@codingsett commented on Tue Mar 05 2019
Hello, i have been able to use the nativescript sidekick cloud feature to build my app before but when i tried today i get an error that the server cannot be accessed what might be the issue? and how can i fix this.