Skip to content

Commit 3d74970

Browse files
committed
Update readme
1 parent 01bcabc commit 3d74970

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ In addition to the requirements from the [Getting Started guide](http://facebook
4242

4343
If this is your first time using UWP, you may be able to install the SDK by opening the [solution file](ReactWindows/ReactNative.sln) in the ReactWindows folder in Visual Studio. After opening the solution, right click the Solution in the Solution Explorer and select the option labeled "Install Missing Components". You may have to shutdown Visual Studio to continue the installation.
4444

45+
### Setup Troubleshooting
46+
47+
If you happen to run into issues while setting up React Native Windows on your machine, check out the [Setup Troubleshooting](docs/SetupTroubleshooting.md) documentation.
48+
4549
## Getting Help
4650

4751
Please use these community resources for getting help. We use the GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them.

docs/SetupTroubleshooting.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Setup Troubleshooting
2+
3+
### Failing build on `react-native run-windows`
4+
#### Error:
5+
6+
```
7+
Build failed with message Error: Command failed: "C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe"
8+
"C:/<path_to_project>/windows/<project_name>.sln" /clp:NoSummary;NoItemAndProperty;Verbosity=minimal /nologo
9+
/p:Configuration=debug /p:Platform=x86
10+
. Check your build configuration.
11+
```
12+
13+
#### Solution:
14+
15+
This error is likely caused by missing libraries on your machine. To fix this, open the solutions file, `C:\<path_to_project>\windows\<project_name>.sln`, in Visual Studio. You will be prompted to install the missing libraries. Install the preselected libraries and restart visual studio.
16+
17+
Here is an example of these libraries:
18+
19+
![Missing Libraries](img/MissingLibraries1.png)
20+
21+
![Missing Libraries](img/MissingLibraries2.png)

docs/img/MissingLibraries1.png

27.6 KB
Loading

docs/img/MissingLibraries2.png

24.4 KB
Loading

0 commit comments

Comments
 (0)