Skip to content

async-storage module: error MSB4057: The target "Deploy" does not exist in the project #6239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
chrisglein opened this issue Oct 14, 2020 · 5 comments
Assignees
Labels
bug Extensions Tracks issues against community modules and extensions External Issue tracked in this repo but change will need to happen in another repo
Milestone

Comments

@chrisglein
Copy link
Member

See issue on async storage repo: react-native-async-storage/async-storage#448

ReactNativeAsyncStorage.vcxproj : error MSB4057: The target "Deploy" does not exist in the project

Environment

RN : 4.13.0
System:
OS: Windows 10 10.0.19041
CPU: (24) x64 AMD Ryzen 9 3900XT 12-Core Processor
Memory: 20.82 GB / 31.91 GB
Binaries:
Node: 12.9.1 - C:\Program Files\nodejs\node.EXE
Yarn: 2.0.0-rc.36 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.10.2 - C:\Program Files\nodejs\npm.CMD
npmPackages:
@react-native-community/cli: ^4.10.0 => 4.13.0
react: ^16.13.1 => 16.13.1
react-native: ^0.63.3 => 0.63.3
react-native-windows: ^0.63.0-0 => 0.63.4
Installed UWP SDKs:
10.0.18362.0
@chrisglein chrisglein added bug Extensions Tracks issues against community modules and extensions labels Oct 14, 2020
@chrisglein chrisglein added this to the 0.64 milestone Oct 14, 2020
@ghost ghost added the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Oct 14, 2020
@asklar
Copy link
Member

asklar commented Oct 15, 2020

The project might have been created in an older version of RNW before layout deploy so fix is to update the project by adding the following to the project (just anywhere towards the bottom, right before

<Target Name="Deploy"/>

@chrisglein
Copy link
Member Author

We should add this module to the gallery app to help us catch other issues in the future.

@chrisglein chrisglein added External Issue tracked in this repo but change will need to happen in another repo and removed Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) labels Oct 15, 2020
@chrisglein
Copy link
Member Author

This might be a general issue for modules that were created before this Deploy target was added and we may need to scrub quite a few to add this. We also hit this same error with Checkbox in the RN Gallery app when running from the CLI but not from VS.

@hondek
Copy link

hondek commented Oct 17, 2020

Same issue in Picker from @react-native-community/picker

@chiaramooney
Copy link
Contributor

Issue Resolved: PR

Same issue in Picker from @react-native-community/picker
Issue Handled: PR

This might be a general issue for modules that were created before this Deploy target was added and we may need to scrub quite a few to add this. We also hit this same error with Checkbox in the RN Gallery app when running from the CLI but not from VS.
Issue Handled: PR

Also Handled:
DateTimePicker PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Extensions Tracks issues against community modules and extensions External Issue tracked in this repo but change will need to happen in another repo
Projects
None yet
Development

No branches or pull requests

4 participants