firescript / nativescript-messenger

Access the phones native messaging utilities inside your app, without leaving your app.
MIT License
8 stars 6 forks source link

i can't build my project, i have one a problem #5

Open mohamadibrahem opened 3 years ago

mohamadibrahem commented 3 years ago

Webpack compilation complete. Watching for file changes.

FAILURE: Build failed with an exception.

nativescript-vue : v 8

LewisSmallwood commented 1 month ago

I also have a similar issue when trying to use nativescript-messenger.

Specifically, when building on Android, the full log is as follows:

FAILURE: Build failed with an exception.

* Where:
Settings file './application/platforms/tempPlugin/nativescript_messenger/settings.gradle' line: 10

* What went wrong:
A problem occurred evaluating settings 'nativescript_messenger'.
> Cannot get property 'name' on null object

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 875ms
Failed to build plugin nativescript-messenger : 
Error: Command ./gradlew failed with exit code 1

Tracing this through, there is no record of the plugin being added to the dependencies.json file as part of the build process.

Not entirely sure about a suggested fix for this...