NativeScript / nativescript-remote-builds

A NativeScript plugin for remote builds when running and publishing NativeScript apps without env setup.
Apache License 2.0
26 stars 9 forks source link

ns 8 build - not calling hook for remote build #25

Open two-bridges opened 2 years ago

two-bridges commented 2 years ago

This is my first time trying nativescript remote build. I'm targetting CircleCI for remote builds as suggested in the nativescript blog.

I have just gone through the setup instructions with a small existing project with CircleCI

Everything appears to be correct, I think.

However, when I type ns build ios or ns run ios it does not fire a remote build.

There's no indication that the plugin is actively running.

Please let me know what additional information I can provide to help troubleshoot

thanks

Cselt commented 2 years ago

I have the same issues, created a brand new ns 8 project, then installed nativescript-remote-builds, added .nsremote-config.json and .nsremote.env.json but looks like every time I do a build it uses the local environment. I cheked the hooks directory and it has only nativescript-core.js.

How can I make this work?

Cselt commented 2 years ago

Ok looks like it adds hooks and starts to work if you use the next version:

npm install nativescript-remote-builds@next