-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Unable to create a new React Native Windows project #14121
Comments
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
|
Can you try building from the command line and see if that works? We're curious if the nugets aren't getting restored, and the command line steps might work better for that. Regardless let us know (in case the Visual Studio nuget restore needs to be fixed) |
hi, I am a colleague of the reporter. @priya-murthy is away and will be back next week. Just want to move this forward in the meanwhile. We have tried several things for many days
After a few days of trying different things, we were hoping you could help. The build log @priya-murthy shared has details that we don't understand.
Version of all Visual Studio 2022 software components was latest. thanks for your help |
As mentioned above by my colleague, @rasane, we have tried building via the command line and also using Visual Studio, but have had no luck. Please advise as to how we can proceed. |
Problem Description
I am trying to create a new React Native Windows project, following the instructions here: https://microsoft.github.io/react-native-windows/docs/getting-started
However, the Microsoft.Windows.CppWinRT package is not being loaded, so the project is not able to be built.
I have noticed that the Boost package is also not being imported, leading to errors about Boost source files not being found (this occurs in the Common, Folly and ReactCommon projects).
I have attached the build log here. BuildLog.txt
Steps To Reproduce
Expected Results
No response
CLI version
15.0.1
Environment
Community Modules
No response
Target Platform Version
10.0.22621
Target Device(s)
Desktop
Visual Studio Version
Visual Studio 2022
Build Configuration
Debug
Snack, code example, screenshot, or link to a repository
No response
The text was updated successfully, but these errors were encountered: