WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

A problem was found with the configuration of task ':app:parseDebugLocalResources' (type 'ParseLibraryResourcesTask'). #1838

@Saad962404

Description

@Saad962404

Which package are you using?

@react-native-vector-icons/*

What platform(s) does this occur on?

Android

Minimal reproducible example

No response

What happened?

Reason: Task ':app:parseDebugLocalResources' uses this output of task ':app:copyDebugReactNativeVectorIconFonts' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.

Possible solutions:
  1. Declare task ':app:copyDebugReactNativeVectorIconFonts' as an input of ':app:parseDebugLocalResources'.
  2. Declare an explicit dependency on ':app:copyDebugReactNativeVectorIconFonts' from ':app:parseDebugLocalResources' using Task#dependsOn.
  3. Declare an explicit dependency on ':app:copyDebugReactNativeVectorIconFonts' from ':app:parseDebugLocalResources' using Task#mustRunAfter.

Relevant log output

Your computer environment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions