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
Saving two platform-specific files in app/App_Resources simultaneously after tns run causes an exception.
Which platform(s) does your issue occur on?
Both
Please provide the following version numbers that your issue occurs with:
CLI: 3.1.3
Please tell us how to recreate the issue in as much detail as possible.
Create a new project
Execute tns run android for that project
Open the project with an editor, make a minor change in app/App_Resources/Android/AndroidManifest.xml and in app/App_Resources/iOS/build.xcconfig. Save the files simultaneously.
CLI errors with Unable to apply changes for device: <deviceId>. Error is: Cannot read property 'match' of null.
The text was updated successfully, but these errors were encountered:
Tell us about the problem
Saving two platform-specific files in
app/App_Resources
simultaneously aftertns run
causes an exception.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.
tns run android
for that projectapp/App_Resources/Android/AndroidManifest.xml
and inapp/App_Resources/iOS/build.xcconfig
. Save the files simultaneously.Unable to apply changes for device: <deviceId>. Error is: Cannot read property 'match' of null.
The text was updated successfully, but these errors were encountered: