Skip to content

project is build and installed twice on iOS after change of build.xcconfig file or assets file rename #5007

Open
@endarova

Description

@endarova

Environment

  • CLI: 6.0.3

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

  1. tns create TestApp --js

  2. tns run iOS on device

  3. When asked choose to persist DEVELOPMENT_TEAM in build.xcconfig file
    Result: the project is built and installed twice

  4. `tns run ios'

  5. change the name of /app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20.png file
    Result: The project is rebuild and installed twice

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions