Environment
Describe the bug
When executing tns run ios on iOS device if you choose to persist DEVELOPMENT_TEAM in build.xcconfig file the project gets build and installed twice.
When executing run command, change of name of file in the AppResources folder causes cli to rebuild and install the project twice
To Reproduce
-
tns create TestApp --js
-
tns run iOS on device
-
When asked choose to persist DEVELOPMENT_TEAM in build.xcconfig file
Result: the project is built and installed twice
-
`tns run ios'
-
change the name of /app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20.png file
Result: The project is rebuild and installed twice