Closed
Description
Tell us about the problem
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 inapp/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.