Skip to content
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

Warnings in build #150

Open
2 tasks
chrisglein opened this issue May 24, 2024 · 0 comments
Open
2 tasks

Warnings in build #150

chrisglein opened this issue May 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@chrisglein
Copy link
Owner

Problem Description

Capturing known warnings in this issue:

Build succeeded.

  D:\GitHub\artificial-chat-2\node_modules\react-native-windows\PropertySheets\External\Microsoft.ReactNative.Cpp.Proje
ctReferences.props(12,5): warning MSB4011: "D:\GitHub\artificial-chat-2\node_modules\react-native-windows\Microsoft.Rea
ctNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems" cannot be imported again. It was already imported at "D:\GitHub\artifi
cial-chat-2\node_modules\@react-native-clipboard\clipboard\windows\Clipboard\Clipboard.vcxproj (79,5)". This is most li
kely a build authoring error. This subsequent import will be ignored.


"D:\GitHub\artificial-chat-2\windows\artificialChat.sln" (Restore target) (1) ->
"D:\GitHub\artificial-chat-2\node_modules\react-native-svg\windows\RNSVG\RNSVG.vcxproj" (_GenerateRestoreGraphProjectEn
try target) (11:6) ->
(CollectPackageReferences target) ->
  D:\GitHub\artificial-chat-2\node_modules\react-native-svg\windows\RNSVG\RNSVG.vcxproj : warning NU1504: Duplicate 'Pa
ckageReference' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore
behavior. The duplicate 'PackageReference' items are: Microsoft.Windows.CppWinRT 2.0.230706.1, Microsoft.Windows.CppWin
RT 2.0.230706.1.

    2 Warning(s)
    0 Error(s)
  • MSB4011: Microsoft.ReactNative.Cxx.vcxitems cannot be imported again (originally Clipboard.vcxproj)
  • NU1504: Duplicate 'PackageReference' Microsoft.Windows.CppWinRT 2.0.230706.1

Steps To Reproduce

  1. yarn
  2. yarn windows

Expected Results

No warnings on a clean build

App version

1.0.27

@chrisglein chrisglein added the bug Something isn't working label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant