NativeScript / nativescript-app-sync

♻️ Update your app without going through the app store!
MIT License
125 stars 24 forks source link

The project in the CWD is not a NativeScript project. #70

Closed bagstel closed 3 years ago

bagstel commented 3 years ago

Hello everyone!

"The project in the CWD is not a NativeScript project." I have this error on release an app on windows.

tobiasklemp commented 3 years ago

I got the same error on mac and windows. I did a release build and then tried to release it with default parameter.

jelledijkstra97 commented 3 years ago

Having the same problem. Any solutions?

FabianStr commented 3 years ago

Had the same issue after migrating to ns7, fixed it with adding

"nativescript": { "id": "<appId>", "tns-android": { "version": "7.0.0" }, "tns-ios": { "version": "7.0.0" } },

in the package.json

alexonozor commented 1 year ago

Any solution to this?