Updated Branches: refs/heads/master a41abaaad -> 4af30f85a
[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/4af30f85 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/4af30f85 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/4af30f85 Branch: refs/heads/master Commit: 4af30f85a4c6fc7f01c903f9a7912a42406dfc7d Parents: a41abaa Author: shazron <shaz...@gmail.com> Authored: Thu Aug 9 13:11:29 2012 -0700 Committer: shazron <shaz...@gmail.com> Committed: Thu Aug 9 13:11:29 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/4af30f85/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 ##