Search code examples
nativescriptnativescript-angular

Nativescript sidekick error during cloud build


I am getting a strange error from sidekick cloud build since a few hours ago.

I was building the app successfully, but all of a sudden, it gives me the following error and even reversing the changes does not fix anything. I have even tried with a fully working version of my git repo.

[19-01-28 16:55:27.709] Build step started.
[19-01-28 16:55:37.465] (CLI) Unable to apply changes on device: a754d27bafb8bb273e444b9d6cefd370cd55f4d4. Error is: Build failed..
[19-01-28 16:55:37.469] Error detected during LiveSync on a754d27bafb8bb273e444b9d6cefd370cd55f4d4 for C:\Users\Afshar\Desktop\myapp. Error: Build failed.

I doesn't give me any more details about the issue.

I was wondering if anyone knows how to get more logs in cloud build or if this is a known issue?

Thanks


Solution

  • I finally managed to solve it. In case anyone else faces this issue, I tried the following command using a hint on this page and it solved the problem. https://docs.nativescript.org/troubleshooting

    tns platform remove ios
    

    and then, I was able to build the project in sidekick.