Skip to content

Resolved missing Deploy issue#463

Merged
tido64 merged 2 commits into
react-native-async-storage:masterfrom
chiaramooney:fix-deploy-bug
Oct 16, 2020
Merged

Resolved missing Deploy issue#463
tido64 merged 2 commits into
react-native-async-storage:masterfrom
chiaramooney:fix-deploy-bug

Conversation

@chiaramooney

Copy link
Copy Markdown
Contributor

Summary:

Fixes #6239

Resolving error message "ReactNativeAsyncStorage.vcxproj : error MSB4057: The target "Deploy" does not exist in the project" by adding target with Deploy name.

Test Plan:

To test, add module to React Native app with Windows support. Run app in Windows emulator. Change is successful if app loads in Windows emulator without errors.

<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.190730.2\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.190730.2\build\native\Microsoft.Windows.CppWinRT.targets')" />
</ImportGroup>
<Target Name="Deploy"/>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: formatting

@chiaramooney chiaramooney changed the title resolved missing Deploy issue Resolved missing Deploy issue Oct 16, 2020
@tido64 tido64 linked an issue Oct 16, 2020 that may be closed by this pull request
@tido64 tido64 merged commit 2f504f3 into react-native-async-storage:master Oct 16, 2020
@krizzu krizzu mentioned this pull request Oct 24, 2020
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't use with windows.

4 participants