You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2012/08/25 02:00:46 UTC

[18/50] [abbrv] docs commit: [CB-1172] Update Upgrading Guide for 2.0.0 for missing steps

[CB-1172] Update Upgrading Guide for 2.0.0 for missing steps


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/75bdd446
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/75bdd446
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/75bdd446

Branch: refs/heads/master
Commit: 75bdd4462ee9e9baac2170573d689c95bcbdd40c
Parents: d92c5c7
Author: shazron <sh...@gmail.com>
Authored: Thu Aug 9 13:11:29 2012 -0700
Committer: Anis Kadri <an...@gmail.com>
Committed: Fri Aug 24 16:59:40 2012 -0700

----------------------------------------------------------------------
 docs/en/2.0.0/guide/upgrading/ios/index.md |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/75bdd446/docs/en/2.0.0/guide/upgrading/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.0.0/guide/upgrading/ios/index.md b/docs/en/2.0.0/guide/upgrading/ios/index.md
index 3823943..b7f5462 100644
--- a/docs/en/2.0.0/guide/upgrading/ios/index.md
+++ b/docs/en/2.0.0/guide/upgrading/ios/index.md
@@ -61,15 +61,22 @@ Please note that **Xcode 4 is required**. To submit to the Apple App Store, you
 27. Select the **"VERSION"** file that you just dragged in a previous step
 28. Press the key combination **Option-Command-1** to show the **File Inspector** (or menuitem **View -> Utilities -> Show File Inspector**)
 29. Choose **"Relative to CORDOVALIB"** in the **File Inspector** for the drop-down menu for **Location**
-30. **Build** your project, it should compile and link with **no issues**.
-31. **Select your project** from the **Scheme** drop-down, and then select **"iPhone 5.1 Simulator"**
-32. Select the **Run** button
+30. Set the Xcode preference **"Xcode Preferences -> Locations -> Derived Data -> Advanced…"** to **"Unique"** (this is so the unified headers can be found)
+31. Select the **project icon** in the Project Navigator, select your **Target**, then select the **"Build Settings"** tab
+32. Search for **"Header Search Paths"**. For that setting, add these three values below (with quotes):
 
-**NOTE 1:**<br /> 
-If your project is **not working** as expected in the Simulator, please **take a note of any errors** in the **console log in Xcode** for clues.
+        "$(TARGET_BUILD_DIR)/usr/local/lib/include"
+    
+        "$(OBJROOT)/UninstalledProducts/include"
+    
+        "$(BUILT_PRODUCTS_DIR)"
 
-**NOTE 2:**<br /> 
-For the **unified #import headers** to work, the build products should **build into the same build directory**. You may need to set the preference **"Xcode Preferences -> Locations -> Derived Data -> Advanced…"** to **"Unique"**
+33. **Build** your project, it should compile and link with **no issues**.
+34. **Select your project** from the **Scheme** drop-down, and then select **"iPhone 5.1 Simulator"**
+35. Select the **Run** button
+
+**NOTE:**<br /> 
+If your project is **not working** as expected in the Simulator, please **take a note of any errors** in the **console log in Xcode** for clues.
 
 ## Upgrading Cordova 1.8.x projects to 1.9.0 ##