From ec2a14c871103a9dc0febf9912d8e8d8315f711e Mon Sep 17 00:00:00 2001 From: cclv Date: Sat, 4 Apr 2015 23:10:07 +0800 Subject: [PATCH 1/2] Troubleshooting : Add to targets how to add screenshots to markdown? --- docs/RunningOnDevice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RunningOnDevice.md b/docs/RunningOnDevice.md index 9866d50ac78812..afe711fbab530c 100644 --- a/docs/RunningOnDevice.md +++ b/docs/RunningOnDevice.md @@ -39,4 +39,4 @@ Packager supports a couple of options: If `curl` command fails make sure the packager is running. Also try adding `--ipv4` flag to the end of it. -If you started your project a while ago, `main.jsbundle` might not be included into Xcode project. To add it, right click on your project directory and click "Add Files to ..." - choose the `main.jsbundle` file that you generated. +If you started your project a while ago, `main.jsbundle` might not be included into Xcode project. To add it, right click on your project directory and click "Add Files to ..." - choose the `main.jsbundle` file that you generated. Then make sure you √ the `Add to targets` From 2cc4bdaf25e2b817a3f16befb982d590cf0a7b60 Mon Sep 17 00:00:00 2001 From: cclv Date: Sat, 4 Apr 2015 23:20:48 +0800 Subject: [PATCH 2/2] Update RunningOnDevice.md --- docs/RunningOnDevice.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/RunningOnDevice.md b/docs/RunningOnDevice.md index afe711fbab530c..6750970157dd94 100644 --- a/docs/RunningOnDevice.md +++ b/docs/RunningOnDevice.md @@ -40,3 +40,4 @@ Packager supports a couple of options: If `curl` command fails make sure the packager is running. Also try adding `--ipv4` flag to the end of it. If you started your project a while ago, `main.jsbundle` might not be included into Xcode project. To add it, right click on your project directory and click "Add Files to ..." - choose the `main.jsbundle` file that you generated. Then make sure you √ the `Add to targets` +![](http://lvyile.github.io/img/addToTargets.png)