You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the template does not have App_Resources, CLI 4.2.0 creates invalid project. Instead of adding App_Resources to the app dir, it adds app dir inside the app dir and places App_Resources inside it.
Which platform(s) does your issue occur on?
Both
Please provide the following version numbers that your issue occurs with:
CLI: 4.2.0
Cross-platform modules: not applicable
Runtime(s): not applicable
Plugin(s): not applicable
Please tell us how to recreate the issue in as much detail as possible.
Use this command: $ tns create myApp --template [email protected]
After its execution, you must have myApp/app/App_Resources/Android and myApp/app/App_Resources/iOS directories. However, it has myApp/app/app/App_Resources/Android and myApp/app/app/App_Resources/Android.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
No
The text was updated successfully, but these errors were encountered:
Tell us about the problem
When the template does not have App_Resources, CLI 4.2.0 creates invalid project. Instead of adding App_Resources to the
app
dir, it addsapp
dir inside theapp
dir and places App_Resources inside it.Which platform(s) does your issue occur on?
Both
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
Use this command:
$ tns create myApp --template [email protected]
After its execution, you must have
myApp/app/App_Resources/Android
andmyApp/app/App_Resources/iOS
directories. However, it hasmyApp/app/app/App_Resources/Android
andmyApp/app/app/App_Resources/Android
.Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
No
The text was updated successfully, but these errors were encountered: